-u and -i can only be given if -m, --reset, or --prefix is given.
Without parentheses, it looks like -u and -i can be used no matter
what, and the second pair of brackets is confusing.

Signed-off-by: Alex Henrie <[email protected]>
---
 builtin/read-tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builtin/read-tree.c b/builtin/read-tree.c
index 43b47f7..2379e11 100644
--- a/builtin/read-tree.c
+++ b/builtin/read-tree.c
@@ -34,7 +34,7 @@ static int list_tree(unsigned char *sha1)
 }
 
 static const char * const read_tree_usage[] = {
-       N_("git read-tree [[-m [--trivial] [--aggressive] | --reset | 
--prefix=<prefix>] [-u [--exclude-per-directory=<gitignore>] | -i]] 
[--no-sparse-checkout] [--index-output=<file>] (--empty | <tree-ish1> 
[<tree-ish2> [<tree-ish3>]])"),
+       N_("git read-tree [(-m [--trivial] [--aggressive] | --reset | 
--prefix=<prefix>) [-u [--exclude-per-directory=<gitignore>] | -i]] 
[--no-sparse-checkout] [--index-output=<file>] (--empty | <tree-ish1> 
[<tree-ish2> [<tree-ish3>]])"),
        NULL
 };
 
-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to