X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-stripspace.txt;h=7508c0e42d2cd50ac522fc80a3a866411b7b51c5;hb=72c2de5c416baaaad16ab36a88b518d1aacf2a87;hp=f80526ba7e013ef58ec43e8861b03696729aaa5b;hpb=bfc07db5756bf7fe227b28daf8e19987819be514;p=git.git diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index f80526ba7..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 '#'. :: @@ -32,4 +33,4 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the gitlink:git[7] suite +Part of the linkgit:git[1] suite