From: Pieter de Bie Date: Sat, 16 Feb 2008 16:48:45 +0000 (+0100) Subject: Documentation/git-reset: don't mention --mixed for selected-paths reset X-Git-Tag: v1.5.4.2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ceb4cacb42d16e098672d395050f9e61345c4a19;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index b6bcf4d9d..32fd7fe2e 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -8,8 +8,8 @@ git-reset - Reset current HEAD to the specified state SYNOPSIS -------- [verse] -'git-reset' [--mixed | --soft | --hard] [-q] [] -'git-reset' [--mixed] [-q] [] [--] ... +'git reset' [--mixed | --soft | --hard] [-q] [] +'git reset' [-q] [] [--] ... DESCRIPTION -----------