summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Nikolai Weibull <mailing-lists.git@rawuncut.elitemail.org>2005-12-09 00:28:06 +0100
committerLibravatar Junio C Hamano <junkio@cox.net>2005-12-08 15:50:16 -0800
commit8c667f4bb878a7bcb45eb6dbd920b8aba9718d7e (patch)
treec21bfe206c0d74680fee0a3a8d978b549d31086a
parentDocumentation/git-tag.txt: Fix the order of sections (DESCRIPTION should come... (diff)
downloadtgif-8c667f4bb878a7bcb45eb6dbd920b8aba9718d7e.tar.xz
Documentation/git-read-tree.txt: Add --reset to SYNOPSIS.
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/git-read-tree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt
index 27ee5909c9..6fbd6d9368 100644
--- a/Documentation/git-read-tree.txt
+++ b/Documentation/git-read-tree.txt
@@ -8,7 +8,7 @@ git-read-tree - Reads tree information into the index
SYNOPSIS
--------
-'git-read-tree' (<tree-ish> | [-m [-u|-i]] <tree-ish1> [<tree-ish2> [<tree-ish3>]])
+'git-read-tree' (<tree-ish> | [[-m | --reset] [-u | -i]] <tree-ish1> [<tree-ish2> [<tree-ish3>]])
DESCRIPTION