diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:27:27 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:27:27 -0800 |
commit | 53c3692eaca38e9e30bc0b5d95d0a569ff6a62c2 (patch) | |
tree | b1f02602950ce8d8ad2f6af99f2c2af2784a8592 | |
parent | 2cd20dc3d445bc052f81aecfcc12f1c715a25789 (diff) | |
parent | 608758d5cecaca1628af6225effee44ae476e5e1 (diff) | |
download | git-53c3692eaca38e9e30bc0b5d95d0a569ff6a62c2.tar.gz |
Merge branch 'sv/doc-stripspace'
* sv/doc-stripspace:
Documentation/git-stripspace: add synopsis for --comment-lines
-rw-r--r-- | Documentation/git-stripspace.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index c87bfcb674..6c6e989074 100644 --- a/Documentation/git-stripspace.txt +++ b/Documentation/git-stripspace.txt @@ -10,6 +10,7 @@ SYNOPSIS -------- [verse] 'git stripspace' [-s | --strip-comments] < input +'git stripspace' [-c | --comment-lines] < input DESCRIPTION ----------- |