Code

Merge branch 'sp/maint-push-sideband' into sp/push-sideband
[git.git] / Documentation / git-reset.txt
index c13718357448cbf5c7d9c8d806d9ec9ab44d7a74..168db08627e009c8d760bae36a4344d433923632 100644 (file)
@@ -39,7 +39,7 @@ OPTIONS
 --soft::
        Does not touch the index file nor the working tree at all, but
        requires them to be in a good order. This leaves all your changed
-       files "Changes to be committed", as 'git-status' would
+       files "Changes to be committed", as 'git status' would
        put it.
 
 --hard::
@@ -62,6 +62,7 @@ This means that `git reset -p` is the opposite of `git add -p` (see
 linkgit:git-add[1]).
 
 -q::
+--quiet::
        Be quiet, only report errors.
 
 <commit>::