X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=builtin-push.c;h=122fdcfbdc13a11388a091e5ec33d077648fab0a;hb=bc9c0248a5cf184756ba562d6c452cace8863517;hp=cc6666f75e7db8a546d4a1589335589190e414fe;hpb=80d12c23de4fbddfaee2f9bf7fe809f57d02e171;p=git.git diff --git a/builtin-push.c b/builtin-push.c index cc6666f75..122fdcfbd 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, };