diff options
Diffstat (limited to 'Documentation/git-am.txt')
-rw-r--r-- | Documentation/git-am.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index 77ef103b21..4fb1d84413 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -10,7 +10,8 @@ SYNOPSIS -------- [verse] 'git-am' [--signoff] [--dotest=<dir>] [--utf8 | --no-utf8] [--binary] [--3way] - [--interactive] [--whitespace=<option>] <mbox>... + [--interactive] [--whitespace=<option>] [-C<n>] [-p<n>] + <mbox>... 'git-am' [--skip | --resolved] DESCRIPTION @@ -68,8 +69,8 @@ default. You could use `--no-utf8` to override this. This flag is passed to the `git-apply` program that applies the patch. --C<n>:: - This flag is passed to the `git-apply` program that applies +-C<n>, -p<n>:: + These flag are passed to the `git-apply` program that applies the patch. --interactive:: |