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