summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt/mail.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/quilt/mail.in b/quilt/mail.in
index ff1b4e7..09605fb 100644
--- a/quilt/mail.in
+++ b/quilt/mail.in
@@ -21,7 +21,7 @@ fi
usage()
{
- printf $"Usage: quilt mail {--mbox file|--send} [-m text] [-M file] [--prefix prefix] [--sender ...] [--from ...] [--to ...] [--cc ...] [--bcc ...] [--subject ...] [--reply-to message] [first_patch [last_patch]]\n"
+ printf $"Usage: quilt mail {--mbox file|--send} [-m text] [-M file] [--prefix prefix] [--sender ...] [--from ...] [--to ...] [--cc ...] [--bcc ...] [--subject ...] [--reply-to message] [--charset ...] [--signature file] [first_patch [last_patch]]\n"
if [ x$1 = x-h ]
then
printf $"
@@ -62,6 +62,9 @@ first, and a last patch name of \`-' denotes the last patch in the series.
--to, --cc, --bcc
Append a recipient to the To, Cc, or Bcc header.
+--charset
+ Specify the input charset.
+
--signature file
Append the specified signature to messages (defaults to ~/.signature
if found; use \`-' for no signature).