git reflog show
[gitweb.git] / Documentation / git-am.txt
index 53e81cb103c4fbd65c1c728fccd710a301eed5e4..f7d551e2c71ebee44762ea11b161632c4dab4e65 100644 (file)
@@ -3,7 +3,7 @@ git-am(1)
 
 NAME
 ----
-git-am - Apply a series of patches in a mailbox
+git-am - Apply a series of patches from a mailbox
 
 
 SYNOPSIS
@@ -64,6 +64,10 @@ 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
+       the patch.
+
 --interactive::
        Run interactively, just like git-applymbox.