aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-am.txt
diff options
context:
space:
mode:
authorNikolai Weibull <mailing-lists.git@rawuncut.elitemail.org>2005-12-09 00:28:05 +0100
committerJunio C Hamano <junkio@cox.net>2005-12-08 15:50:13 -0800
commit68e37f8402d5ad33b423686558265e55655a2db6 (patch)
tree3afed8e307f349d30ed41c7971aadf228d4cbc9a /Documentation/git-am.txt
parent63ae26f87ae1d3a95a8ecc2fc761b7a7987e3ce5 (diff)
downloadgit-68e37f8402d5ad33b423686558265e55655a2db6.tar.gz
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>
Diffstat (limited to 'Documentation/git-am.txt')
-rw-r--r--Documentation/git-am.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt
index 1ceed112f2..6645e82b84 100644
--- a/Documentation/git-am.txt
+++ b/Documentation/git-am.txt
@@ -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::