X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=builtin%2Fpush.c;h=f4358b9d230f6d8d7a9a67fdfbc60279c5ec71ee;hb=ddb27a5a6b5ed74c70d56c96592b32eed415d72b;hp=62957ededdf72b93f088586f5d577ef8d38a7f6c;hpb=53997a30f8138f41d1d9c7a45e84106cc21c0558;p=git.git diff --git a/builtin/push.c b/builtin/push.c index 62957eded..f4358b9d2 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 [] [ ...]", + "git push [] [ [...]]", NULL, };