Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ak/apply-non-git-epoch' into maint
[gitweb.git]
/
builtin
/
checkout-index.c
diff --git
a/builtin/checkout-index.c
b/builtin/checkout-index.c
index a7a5ee10f32d52c7555f85f2dcf6c567425488dd..65cbee0552b8e2d5ed7cfd57781031d72c1cdd98 100644
(file)
--- 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] [--]
<file>...
",
+ "git checkout-index [options] [--]
[<file>...]
",
NULL
};