X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fcheckout-index.c;h=65cbee0552b8e2d5ed7cfd57781031d72c1cdd98;hb=5c28a8b054cb69a37638b0261fc370422c8fab58;hp=a7a5ee10f32d52c7555f85f2dcf6c567425488dd;hpb=9215f76fb6d938ae93889f46f27cff22723fe0e4;p=git.git diff --git a/builtin/checkout-index.c b/builtin/checkout-index.c index a7a5ee10f..65cbee055 100644 --- a/builtin/checkout-index.c +++ b/builtin/checkout-index.c @@ -155,7 +155,7 @@ static void checkout_all(const char *prefix, int prefix_length) } static const char * const builtin_checkout_index_usage[] = { - "git checkout-index [options] [--] ...", + "git checkout-index [options] [--] [...]", NULL };