diff --git a/builtin-push.c b/builtin-push.c index 3cb1ee46d1da898c2be5666a93002ca43df80093..ab49b7c7656139e36bb49a2ff4ae144cb094e57c 100644 --- a/builtin-push.c +++ b/builtin-push.c @@ -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=] [--repo=] [-f | --force] [-v] [ ...]", + "git push [] [ ...]", NULL, };