Merge branch 'as/check-ignore'
[gitweb.git] / Documentation / git-stripspace.txt
index eed921e6d6ab2b4bf8749379dcc8164ab3e2bfbc..c87bfcb674b9a1026ab0d7b8e4907d538c99c7e5 100644 (file)
@@ -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
 --------