git push: remove incomplete options list from help text
[gitweb.git] / builtin-push.c
index 3cb1ee46d1da898c2be5666a93002ca43df80093..ab49b7c7656139e36bb49a2ff4ae144cb094e57c 100644 (file)
@@ -10,7 +10,7 @@
 #include "parse-options.h"
 
 static const char * const push_usage[] = {
-       "git push [--all | --mirror] [-n | --dry-run] [--porcelain] [--tags] [--receive-pack=<git-receive-pack>] [--repo=<repository>] [-f | --force] [-v] [<repository> <refspec>...]",
+       "git push [<options>] [<repository> <refspec>...]",
        NULL,
 };