On Wed, Dec 28, 2016 at 08:07:54PM +0100, Andreas Schwab wrote: > On Dez 28 2016, Eduardo Habkost <ehabkost@xxxxxxxxxx> wrote: > > > diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt > > index 12879e402..f22f10d40 100644 > > --- a/Documentation/git-am.txt > > +++ b/Documentation/git-am.txt > > @@ -9,7 +9,7 @@ git-am - Apply a series of patches from a mailbox > > SYNOPSIS > > -------- > > [verse] > > -'git am' [--signoff] [--keep] [--[no-]keep-cr] [--[no-]utf8] > > +'git am' [--[no-]signoff] [--keep] [--[no-]keep-cr] [--[no-]utf8] > > [--[no-]3way] [--interactive] [--committer-date-is-author-date] > > [--ignore-date] [--ignore-space-change | --ignore-whitespace] > > [--whitespace=<option>] [-C<n>] [-p<n>] [--directory=<dir>] > > @@ -32,10 +32,12 @@ OPTIONS > > If you supply directories, they will be treated as Maildirs. > > > > -s:: > > ---signoff:: > > +--[no]-signoff:: > > That should be --[no-]signoff, as in the synopsis. Thanks for catching it. I will fix it in v3. -- Eduardo