diff options
Diffstat (limited to 'credential-store.c')
-rw-r--r-- | credential-store.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/credential-store.c b/credential-store.c index f9146e576f..925d3f4024 100644 --- a/credential-store.c +++ b/credential-store.c @@ -1,4 +1,5 @@ #include "cache.h" +#include "lockfile.h" #include "credential.h" #include "string-list.h" #include "parse-options.h" @@ -117,7 +118,7 @@ static int lookup_credential(const char *fn, struct credential *c) int main(int argc, char **argv) { const char * const usage[] = { - "git credential-store [options] <action>", + "git credential-store [<options>] <action>", NULL }; const char *op; |