Fix {update,checkout}-index usage strings
The `<file>' argument is optional in both cases (the man pages are already correct). Signed-off-by: Štěpán Němec <stepnem@gmail.com> Acked-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
884220653f
commit
d0bb136630
@ -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] [--] <file>...",
|
||||
"git checkout-index [options] [--] [<file>...]",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user