summaryrefslogtreecommitdiff
path: root/Documentation/git-rm.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2011-08-16 11:41:26 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-08-16 11:41:26 -0700
commit412403eb454156ad5e1eafffc771e529730654aa (patch)
tree1bb9b0335344512ba7be00e195ebfcb2d97987cc /Documentation/git-rm.txt
parentMerge branch 'jn/mime-type-with-params' into maint (diff)
parentDocumentation: use [verse] for SYNOPSIS sections (diff)
downloadtgif-412403eb454156ad5e1eafffc771e529730654aa.tar.xz
Merge branch 'mz/doc-synopsis-verse' into maint
* mz/doc-synopsis-verse: Documentation: use [verse] for SYNOPSIS sections
Diffstat (limited to 'Documentation/git-rm.txt')
-rw-r--r--Documentation/git-rm.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-rm.txt b/Documentation/git-rm.txt
index 8c0554f971..da0215d20c 100644
--- a/Documentation/git-rm.txt
+++ b/Documentation/git-rm.txt
@@ -7,6 +7,7 @@ git-rm - Remove files from the working tree and from the index
SYNOPSIS
--------
+[verse]
'git rm' [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] <file>...
DESCRIPTION