git-am/git-mailsplit: correct synopsis for reading from stdin
[gitweb.git] / Documentation / git-am.txt
index 3863eebcef8533de78adf8733b580f146ac66ec4..eeb23b25b0d70c4ccc3eb9d091971b1f20ad4b4b 100644 (file)
@@ -12,8 +12,8 @@ SYNOPSIS
 'git am' [--signoff] [--keep] [--utf8 | --no-utf8]
          [--3way] [--interactive] [--binary]
          [--whitespace=<option>] [-C<n>] [-p<n>]
-         <mbox>|<Maildir>...
-'git am' [--skip | --resolved]
+        [<mbox> | <Maildir>...]
+'git am' (--skip | --resolved)
 
 DESCRIPTION
 -----------