X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-rm.txt;h=48c1d97f93220ed4d71d3e95e7d75025d77f153d;hb=620bb245b945531bb6e08016d5f28caf9e797786;hp=be61a821642ada0a0e8e3303aa81463c716fd970;hpb=63f328290a0edda617c0881a356c07280fbba459;p=git.git diff --git a/Documentation/git-rm.txt b/Documentation/git-rm.txt index be61a8216..48c1d97f9 100644 --- a/Documentation/git-rm.txt +++ b/Documentation/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.