Skip to content

Commit ceb4cac

Browse files
pietergitster
authored andcommitted
Documentation/git-reset: don't mention --mixed for selected-paths reset
The option is accepted, but that is the only form selected-paths variant of the reset command takes, so there is no point mentioning it. And while we're at it, use the dashless git call. Signed-off-by: Pieter de Bie <pdebie@ai.rug.nl> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3983caa commit ceb4cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-reset.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ git-reset - Reset current HEAD to the specified state
88
SYNOPSIS
99
--------
1010
[verse]
11-
'git-reset' [--mixed | --soft | --hard] [-q] [<commit>]
12-
'git-reset' [--mixed] [-q] [<commit>] [--] <paths>...
11+
'git reset' [--mixed | --soft | --hard] [-q] [<commit>]
12+
'git reset' [-q] [<commit>] [--] <paths>...
1313

1414
DESCRIPTION
1515
-----------

0 commit comments

Comments
 (0)