Fix the description of --utf8 and --keep to git-am.
The git-am script actually transform --utf8 and --keep to -u and -k when sent to git-mailinfo. Signed-off-by: Nikolai Weibull <nikolai@bitwi.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
63ae26f87a
commit
68e37f8402
@ -28,7 +28,7 @@ OPTIONS
|
||||
area to store extracted patches.
|
||||
|
||||
--utf8, --keep::
|
||||
Pass `--utf8` and `--keep` flags to `git-mailinfo` (see
|
||||
Pass `-u` and `-k` flags to `git-mailinfo` (see
|
||||
gitlink:git-mailinfo[1]).
|
||||
|
||||
--binary::
|
||||
|
Loading…
Reference in New Issue
Block a user