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-05 07:02:44 +0100 |
commit | 8024d5961bf885245d8febcb189a8c71bb46b29f (patch) | |
tree | 609b208915d460e75405618813e7370c5963fc67 /Documentation/git-am.txt | |
parent | dwim_ref: fix dangling symref warning (diff) | |
download | git-8024d5961bf885245d8febcb189a8c71bb46b29f.tar.xz git-8024d5961bf885245d8febcb189a8c71bb46b29f.zip |
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 '')
-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:: |