summaryrefslogtreecommitdiffstats
path: root/git-stripspace.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-04 11:24:09 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-04 11:24:09 -0800
commit3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (patch)
treebce0aeef058e92cae85dc495db0153f854407954 /git-stripspace.txt
parent0d1122eea27fe3cbafc19429c3f55048d5204092 (diff)
downloadgit-htmldocs-3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb.tar.gz
Autogenerated HTML docs for v1.8.1.2-526-gf51a7
Diffstat (limited to 'git-stripspace.txt')
-rw-r--r--git-stripspace.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-stripspace.txt b/git-stripspace.txt
index a80d94650..e6fdfcb99 100644
--- a/git-stripspace.txt
+++ b/git-stripspace.txt
@@ -35,7 +35,13 @@ OPTIONS
-------
-s::
--strip-comments::
- Skip and remove all lines starting with '#'.
+ Skip and remove all lines starting with comment character (default '#').
+
+-c::
+--comment-lines::
+ Prepend comment character and blank to each line. Lines will automatically
+ be terminated with a newline. On empty lines, only the comment character
+ will be prepended.
EXAMPLES
--------