]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-reset: don't mention --mixed for selected-paths reset
authorPieter de Bie <pdebie@ai.rug.nl>
Sat, 16 Feb 2008 16:48:45 +0000 (17:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Feb 2008 18:56:24 +0000 (10:56 -0800)
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>
Documentation/git-reset.txt

index b6bcf4d9de65140f94bed45b30d00d49aa4b3ba5..32fd7fe2e611c1159df36551a5f04eda5a547ab3 100644 (file)
@@ -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
 -----------