X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin%2Fcheckout-index.c;h=65cbee0552b8e2d5ed7cfd57781031d72c1cdd98;hb=385cc9d8c44eb5be9d57e630129752a72c0a08c8;hp=a7a5ee10f32d52c7555f85f2dcf6c567425488dd;hpb=3b0c19663e7976cd32188b42e762c980d1bb93d4;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 };