X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-stripspace.txt;h=7508c0e42d2cd50ac522fc80a3a866411b7b51c5;hb=de8139005f04a4a5ad8a54c771475803594028cd;hp=4883834a14ebfe74ff8c6794db1dfd13c0ef9028;hpb=dceab837557077f70bf082727645925aec443500;p=git.git diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index 4883834a1..7508c0e42 100644 --- a/Documentation/git-stripspace.txt +++ b/Documentation/git-stripspace.txt @@ -8,7 +8,7 @@ git-stripspace - Filter out empty lines SYNOPSIS -------- -'git-stripspace' [-s | --strip-comments] < +'git stripspace' [-s | --strip-comments] < DESCRIPTION ----------- @@ -16,7 +16,8 @@ Remove multiple empty lines, and empty lines at beginning and end. OPTIONS ------- --s|--strip-comments:: +-s:: +--strip-comments:: In addition to empty lines, also strip lines starting with '#'. ::