X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fcheckout-index.c;h=65cbee0552b8e2d5ed7cfd57781031d72c1cdd98;hb=14154ce3caaf572aed3c26fd52c389bd13a9c688;hp=a7a5ee10f32d52c7555f85f2dcf6c567425488dd;hpb=40e9b27dec28692464f43d1c213d465fed8994ba;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 };