X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-push.c;h=122fdcfbdc13a11388a091e5ec33d077648fab0a;hb=158629b2c9baffd0352306bd8dfa0784c981955d;hp=cc6666f75e7db8a546d4a1589335589190e414fe;hpb=b281eea75f0ab68e3c9510323c73b78cd3e62814;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, };