Browse Source

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>
maint
Nikolai Weibull 19 years ago committed by Junio C Hamano
parent
commit
8c667f4bb8
  1. 2
      Documentation/git-read-tree.txt

2
Documentation/git-read-tree.txt

@ -8,7 +8,7 @@ git-read-tree - Reads tree information into the index @@ -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

Loading…
Cancel
Save