Skip to content

Commit

Permalink
Documentation/git-reset: don't mention --mixed for selected-paths reset
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pieter de Bie authored and Junio C Hamano committed Feb 16, 2008
1 parent 3983caa commit ceb4cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-reset.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ git-reset - Reset current HEAD to the specified state
SYNOPSIS
--------
[verse]
'git-reset' [--mixed | --soft | --hard] [-q] [<commit>]
'git-reset' [--mixed] [-q] [<commit>] [--] <paths>...
'git reset' [--mixed | --soft | --hard] [-q] [<commit>]
'git reset' [-q] [<commit>] [--] <paths>...

DESCRIPTION
-----------
Expand Down

0 comments on commit ceb4cac

Please sign in to comment.