summaryrefslogtreecommitdiffstats
path: root/git-rm.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-11-03 02:46:46 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-11-03 02:46:46 +0000
commit7ae0ab27c80a24b52c6c1bbd3fb8325cb22eb2da (patch)
tree69639e88a0e700c8a79bf4a0e2bf4436cf2af96f /git-rm.txt
parent1c70883dc871f015b3f14945f7c310325ab4aba8 (diff)
downloadgit-htmldocs-7ae0ab27c80a24b52c6c1bbd3fb8325cb22eb2da.tar.gz
Autogenerated HTML docs for v1.5.3.5-529-ge3d6d
Diffstat (limited to 'git-rm.txt')
-rw-r--r--git-rm.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-rm.txt b/git-rm.txt
index be61a8216..48c1d97f9 100644
--- a/git-rm.txt
+++ b/git-rm.txt
@@ -30,7 +30,7 @@ OPTIONS
-f::
Override the up-to-date check.
--n::
+-n, \--dry-run::
Don't actually remove the file(s), just show if they exist in
the index.
@@ -51,7 +51,7 @@ OPTIONS
\--ignore-unmatch::
Exit with a zero status even if no files matched.
-\--quiet::
+-q, \--quiet::
git-rm normally outputs one line (in the form of an "rm" command)
for each file removed. This option suppresses that output.