]> granicus.if.org Git - mutt/commitdiff
Fix usage information. Noted by Mikko Hänninen.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 11 May 2000 07:08:42 +0000 (07:08 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 11 May 2000 07:08:42 +0000 (07:08 +0000)
doc/mutt.man
main.c

index 82367f0ce13fcd81e8bf1f714b41b3698d1b0d9d..7226785df648e17df4cb82083f75d7bbf53b80c9 100644 (file)
 mutt \- The Mutt Mail User Agent
 .SH SYNOPSIS
 .PP
+.B mutt
+[ -nRyzZ ] 
+[ -e \fIcmd\fP ] [ -F \fIfile\fP ] [ -m \fItype\fP ] [ -f \fIfile\fP ]
+.PP
+.B mutt 
+[ -nx ] 
+[ -e \fIcmd\fP ] 
+[ -a \fIfile\fP ]
+[ -F \fIfile\fP ]
+[ -H \fIfile\fP ]
+[ -i \fIfile\fP ]
+[ -s \fIsubj\fP ]
+[ -b \fIaddr\fP ]
+[ -c \fIaddr\fP ] \fIaddr\fP [ ... ]
+.PP
+.B mutt
+[ -n ] [ -e \fIcmd\fP ] [ -F \fIfile\fP ] -p
+.PP
 .B mutt 
-[-hnpRvxyzZ]
-[-a \fIfile\fP]
-[-b \fIaddress\fP]
-[-c \fIaddress\fP]
-[-e \fIcommand\fP]
-[-f \fImailbox\fP]
-[-F \fImuttrc\fP]
-[-H \fIdraftfile\fP]
-[-i \fIinclude\fP]
-[-m \fItype\fP]
-[-s \fIsubject\fP]
+-v[v]
 .SH DESCRIPTION
 .PP
 Mutt is a small but very powerful text based program for reading electronic
diff --git a/main.c b/main.c
index 68a51c9645139b5456df2b89f92404448febf108..34775b822049518f8b3ac83f8dc8d128baa82101 100644 (file)
--- a/main.c
+++ b/main.c
@@ -100,7 +100,7 @@ static void mutt_usage (void)
 {
   printf ("Mutt %s (%s)\n", MUTT_VERSION, ReleaseDate);
   puts _(
-"usage: mutt [ -nRzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f <file> ]\n\
+"usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f <file> ]\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\