Merge branch 'cc/partial-clone-doc-typofix'
[gitweb.git] / Documentation / git-reset.txt
index df3900feb2d328490c83b1fe27211fb44e8bf5ec..9f69ae8b693a15184f26f65a44e552fb31a0bd32 100644 (file)
@@ -95,7 +95,10 @@ OPTIONS
 
 -q::
 --quiet::
-       Be quiet, only report errors.
+--no-quiet::
+       Be quiet, only report errors. The default behavior is set by the
+       `reset.quiet` config option. `--quiet` and `--no-quiet` will
+       override the default behavior.
 
 
 EXAMPLES