diff options
author | Michal Sojka <sojkam1@fel.cvut.cz> | 2010-03-04 13:08:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-04 22:02:44 -0800 |
commit | 8024d5961bf885245d8febcb189a8c71bb46b29f (patch) | |
tree | 609b208915d460e75405618813e7370c5963fc67 /Documentation/git-am.txt | |
parent | 003c6abdb27c367747847a76b0a7890d67c794be (diff) | |
download | git-8024d5961bf885245d8febcb189a8c71bb46b29f.tar.gz |
Remove extra '-' from git-am(1)
Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-am.txt')
-rw-r--r-- | Documentation/git-am.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index 67ad5da9cc..40178be922 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -44,7 +44,7 @@ OPTIONS Remove everything in body before a scissors line (see linkgit:git-mailinfo[1]). ----no-scissors:: +--no-scissors:: Ignore scissors lines (see linkgit:git-mailinfo[1]). -q:: |