diff options
Diffstat (limited to 'credential-store.c')
-rw-r--r-- | credential-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/credential-store.c b/credential-store.c index 8ebfb97c7f..f6925096ff 100644 --- a/credential-store.c +++ b/credential-store.c @@ -145,7 +145,7 @@ static void lookup_credential(const struct string_list *fns, struct credential * int main(int argc, char **argv) { const char * const usage[] = { - "git credential-store [options] <action>", + "git credential-store [<options>] <action>", NULL }; const char *op; |