diff options
Diffstat (limited to 'Documentation/git-ls-tree.txt')
-rw-r--r-- | Documentation/git-ls-tree.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-ls-tree.txt b/Documentation/git-ls-tree.txt index 958b56d8f..fdb215ec6 100644 --- a/Documentation/git-ls-tree.txt +++ b/Documentation/git-ls-tree.txt @@ -19,7 +19,7 @@ in the current working directory. OPTIONS ------- <tree-ish>:: - Id of a tree. + Id of a tree-ish. -d:: show only the named tree entry itself, not its children @@ -31,7 +31,7 @@ OPTIONS \0 line termination on output paths:: - When paths are given, shows them. Otherwise implicitly + When paths are given, show them. Otherwise implicitly uses the root level of the tree as the sole path argument. |