diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2007-06-02 19:56:44 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-06-02 11:26:51 -0700 |
commit | 302665473cfe233516cc4c29a1a0359153e5506d (patch) | |
tree | 52424d3bdad169da393e2afc6cf9b7eb09414147 /Documentation | |
parent | 5049012f4f9fc754c68d5e89ddabd4f664cea0a7 (diff) | |
download | git-302665473cfe233516cc4c29a1a0359153e5506d.tar.gz git-302665473cfe233516cc4c29a1a0359153e5506d.tar.xz |
Fix git-am(1) synopsis formatting
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-am.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index 25cf84a0c..f78e5dc28 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -13,7 +13,6 @@ SYNOPSIS [--3way] [--interactive] [--binary] [--whitespace=<option>] [-C<n>] [-p<n>] <mbox>|<Maildir>... - 'git-am' [--skip | --resolved] DESCRIPTION |