cmd_push: set "atomic" bit directly
[gitweb.git] / credential-store.c
index f9146e576f82cd774f697420e2bb456f56ad65dd..925d3f40247d7f41d709b4e6b3eaabaf646572b6 100644 (file)
@@ -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;