X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-stripspace.txt;h=7508c0e42d2cd50ac522fc80a3a866411b7b51c5;hb=8b3dce565084c89ceb19f7ccf0fe22ffd365f7fd;hp=5212358306a684c006e8ca30c3f7e21fb3c97afb;hpb=e92ea62425fb89713bc47241af29a79f5f191cc6;p=git.git diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index 521235830..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