]> asedeno.scripts.mit.edu Git - git.git/blobdiff - builtin-push.c
Support gitlinks in fast-import.
[git.git] / builtin-push.c
index b35aad68e9154bb755c51323106c738ab4fc61e9..03db28cc3614e83bb141a8d7de190308b3d81331 100644 (file)
@@ -10,7 +10,7 @@
 #include "parse-options.h"
 
 static const char * const push_usage[] = {
-       "git-push [--all | --mirror] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]",
+       "git push [--all | --mirror] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]",
        NULL,
 };