X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-push.c;h=f5cc76266b1d7bc8bb0dcf0924cd866d326010a8;hb=f3cad0ad82e24966bf7bcc8a47670c54c30e4b18;hp=c1ed68d938f67343c6938cfef54d5ff69a522a63;hpb=57b0fc4516249e1aa86169718d148fbf2940dc0c;p=git.git diff --git a/builtin-push.c b/builtin-push.c index c1ed68d93..f5cc76266 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] [--dry-run] [--tags] [--receive-pack=] [--repo=all] [-f | --force] [-v] [ ...]", + "git push [--all | --mirror] [--dry-run] [--tags] [--receive-pack=] [--repo=] [-f | --force] [-v] [ ...]", NULL, };