summaryrefslogtreecommitdiff
path: root/Documentation/git-read-tree.txt
diff options
context:
space:
mode:
authorNikolai Weibull <mailing-lists.git@rawuncut.elitemail.org>2005-12-08 23:28:06 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-12-08 23:50:16 (GMT)
commit8c667f4bb878a7bcb45eb6dbd920b8aba9718d7e (patch)
treec21bfe206c0d74680fee0a3a8d978b549d31086a /Documentation/git-read-tree.txt
parentd839091d13c408cc0662e22830cab6ef36be74bf (diff)
downloadgit-8c667f4bb878a7bcb45eb6dbd920b8aba9718d7e.zip
git-8c667f4bb878a7bcb45eb6dbd920b8aba9718d7e.tar.gz
git-8c667f4bb878a7bcb45eb6dbd920b8aba9718d7e.tar.bz2
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>
Diffstat (limited to 'Documentation/git-read-tree.txt')
-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 27ee590..6fbd6d9 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