diff options
author | Nikolai Weibull <mailing-lists.git@rawuncut.elitemail.org> | 2005-12-09 00:28:05 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-08 15:50:13 -0800 |
commit | 68e37f8402d5ad33b423686558265e55655a2db6 (patch) | |
tree | 3afed8e307f349d30ed41c7971aadf228d4cbc9a /Documentation/git-am.txt | |
parent | 63ae26f87ae1d3a95a8ecc2fc761b7a7987e3ce5 (diff) | |
download | git-68e37f8402d5ad33b423686558265e55655a2db6.tar.gz git-68e37f8402d5ad33b423686558265e55655a2db6.tar.xz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index 1ceed112f..6645e82b8 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:: |