aboutsummaryrefslogtreecommitdiff
path: root/builtin/ls-tree.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-10-21 16:26:42 -0700
committerJunio C Hamano <gitster@pobox.com>2010-10-21 16:26:42 -0700
commitf7bff60de95951d2c82601350cb3771b347e83ee (patch)
tree5c0e747a86d4990b4e5b7176cec670de620dabe8 /builtin/ls-tree.c
parent75a2f301676aefb85c4f67da613cad2405e77927 (diff)
parentd0bb13663000be47d83cbe53b6c4bdc8835625cb (diff)
downloadgit-f7bff60de95951d2c82601350cb3771b347e83ee.tar.gz
git-f7bff60de95951d2c82601350cb3771b347e83ee.tar.xz
Merge branch 'sn/doc-opt-notation' into maint
* sn/doc-opt-notation: Fix {update,checkout}-index usage strings Put a space between `<' and argument in pack-objects usage string Remove stray quotes in --pretty and --format documentation Use parentheses and `...' where appropriate Fix odd markup in --diff-filter documentation Use angles for placeholders consistently
Diffstat (limited to 'builtin/ls-tree.c')
-rw-r--r--builtin/ls-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/ls-tree.c b/builtin/ls-tree.c
index a8187568b..f73e6bd96 100644
--- a/builtin/ls-tree.c
+++ b/builtin/ls-tree.c
@@ -24,7 +24,7 @@ static int chomp_prefix;
static const char *ls_tree_prefix;
static const char * const ls_tree_usage[] = {
- "git ls-tree [<options>] <tree-ish> [path...]",
+ "git ls-tree [<options>] <tree-ish> [<path>...]",
NULL
};