X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-stripspace.txt;h=f80526ba7e013ef58ec43e8861b03696729aaa5b;hb=4356736571c6845cb446e4a7c9d645868e558ca0;hp=d1a550c202adce72adab555a90f98000f2734dee;hpb=933693da77857b12ba86d999a601dbdb8ab212ff;p=git.git diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index d1a550c20..f80526ba7 100644 --- a/Documentation/git-stripspace.txt +++ b/Documentation/git-stripspace.txt @@ -3,12 +3,12 @@ git-stripspace(1) NAME ---- -git-stripspace - Fileter out empty lines. +git-stripspace - Filter out empty lines SYNOPSIS -------- -'git-stripspace' < +'git-stripspace' [-s | --strip-comments] < 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 '#'. + :: Byte stream to act on. @@ -29,5 +32,4 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the link:git.html[git] suite - +Part of the gitlink:git[7] suite