X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-stripspace.txt;h=7508c0e42d2cd50ac522fc80a3a866411b7b51c5;hb=8b3dce565084c89ceb19f7ccf0fe22ffd365f7fd;hp=f80526ba7e013ef58ec43e8861b03696729aaa5b;hpb=d794d9e70ebb8c767b04f25c03290ef305cd31ab;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