summaryrefslogtreecommitdiffstats
path: root/git-stripspace.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-08-11 08:30:16 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-08-11 08:30:16 +0000
commitb1d6e88a14fb2324372c693e784b4ce6d3b3a157 (patch)
treeaea84f70428e5fa8ddf6aebd553208b5f3a47eb7 /git-stripspace.txt
parentb515b6a4d0d6c3d14be2f83e9a971495d1f16b30 (diff)
downloadgit-htmldocs-b1d6e88a14fb2324372c693e784b4ce6d3b3a157.tar.gz
Autogenerated HTML docs for v1.5.3-rc4-67-gf9286
Diffstat (limited to 'git-stripspace.txt')
-rw-r--r--git-stripspace.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-stripspace.txt b/git-stripspace.txt
index 1306d7bab..521235830 100644
--- a/git-stripspace.txt
+++ b/git-stripspace.txt
@@ -8,7 +8,7 @@ git-stripspace - Filter out empty lines
SYNOPSIS
--------
-'git-stripspace' < <stream>
+'git-stripspace' [-s | --strip-comments] < <stream>
DESCRIPTION
-----------
@@ -16,6 +16,9 @@ Remove multiple empty lines, and empty lines at beginning and end.
OPTIONS
-------
+-s\|--strip-comments::
+ In addition to empty lines, also strip lines starting with '#'.
+
<stream>::
Byte stream to act on.