diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2007-11-02 10:10:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-02 15:38:24 -0700 |
commit | 7b55eee77e11da162fb197a79b72af375ed0f1d0 (patch) | |
tree | 2f3780b639576b79467f66a6184a47681a0ba21a /Documentation/git-stripspace.txt | |
parent | git-format-patch.txt: fix explanation of an example. (diff) | |
download | tgif-7b55eee77e11da162fb197a79b72af375ed0f1d0.tar.xz |
Remove escaping of '|' in manpage option sections
The escaped were ending up verbatim in the generated documentation.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-stripspace.txt')
-rw-r--r-- | Documentation/git-stripspace.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index 5212358306..f80526ba7e 100644 --- a/Documentation/git-stripspace.txt +++ b/Documentation/git-stripspace.txt @@ -16,7 +16,7 @@ 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 '#'. <stream>:: |