summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorChristoph Berg <cb@df7cb.de>2007-03-14 13:09:20 -0700
committerChristoph Berg <cb@df7cb.de>2007-03-14 13:09:20 -0700
commitf5783e30eb40efda4a5f6667c629e20b72f0be9c (patch)
tree28282dee00d3afef78744288e2a38ddf918ec4c5 /main.c
parent4b74134872189a9ffe008e4503f68de25e98555a (diff)
mutt.man and mutt -h updates
the following patch documents mutt --, removes the reference to flea, and generally updates the mutt.1 manpage. (I removed -d from the SYNOPSIS part since it wasn't entirely correct syntactically there and putting it elsewhere seems like unnecessary clutter.)
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index e8b7300e..54674831 100644
--- a/main.c
+++ b/main.c
@@ -109,7 +109,7 @@ static void mutt_usage (void)
mutt [ -nR ] [ -e <cmd> ] [ -F <file> ] -Q <query> [ -Q <query> ] [...]\n\
mutt [ -nR ] [ -e <cmd> ] [ -F <file> ] -A <alias> [ -A <alias> ] [...]\n\
mutt [ -nR ] [ -e <cmd> ] [ -F <file> ] -D\n\
- mutt [ -nx ] [ -e <cmd> ] [ -a <file> ] [ -F <file> ] [ -H <file> ] [ -i <file> ] [ -s <subj> ] [ -b <addr> ] [ -c <addr> ] <addr> [ ... ]\n\
+ mutt [ -nx ] [ -e <cmd> ] [ -a <file> ] [ -F <file> ] [ -H <file> ] [ -i <file> ] [ -s <subj> ] [ -b <addr> ] [ -c <addr> ] [ -- ] <addr> [ ... ]\n\
mutt [ -n ] [ -e <cmd> ] [ -F <file> ] -p\n\
mutt -v[v]\n");
@@ -143,6 +143,7 @@ options:\n\
-z\t\texit immediately if there are no messages in the mailbox\n\
-Z\t\topen the first folder with new message, exit immediately if none\n\
-h\t\tthis help message");
+ puts _(" --\t\ttreat remaining arguments as addr even if starting with a dash");
exit (0);
}