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 | |
parent | Fix minor grammatical typos in the git-gc man page (diff) | |
download | tgif-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>
-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 25cf84a0c7..f78e5dc28d 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 |