]> asedeno.scripts.mit.edu Git - git.git/blobdiff - builtin-push.c
Merge branch 'jn/web'
[git.git] / builtin-push.c
index c39dd1e092def752d6935752362421abf35bfef1..53bc378f73e752a58542a1fb8b9ddedcf9301acf 100644 (file)
@@ -8,7 +8,7 @@
 
 #define MAX_URI (16)
 
-static const char push_usage[] = "git push [--all] [--tags] [-f | --force] <repository> [<refspec>...]";
+static const char push_usage[] = "git-push [--all] [--tags] [-f | --force] <repository> [<refspec>...]";
 
 static int all = 0, tags = 0, force = 0, thin = 1;
 static const char *execute = NULL;