]> granicus.if.org Git - mutt/commitdiff
-D dumps to stdout, not stderr.
authorPaul Walker <paul@black-sun.demon.co.uk>
Tue, 16 Aug 2005 18:10:11 +0000 (18:10 +0000)
committerPaul Walker <paul@black-sun.demon.co.uk>
Tue, 16 Aug 2005 18:10:11 +0000 (18:10 +0000)
doc/manual.sgml.head
doc/mutt.man
main.c

index bc9b91347051fcecb87263e2a2da15e94846cb0e..684b347fae94695036c14e873949526b6e82b792 100644 (file)
@@ -3098,7 +3098,7 @@ to send messages from the command line as well.
 -a      attach a file to a message
 -b      specify a blind carbon-copy (BCC) address
 -c      specify a carbon-copy (Cc) address
--D      print the value of all mutt variables to stderr
+-D      print the value of all mutt variables to stdout
 -e      specify a config command to be run after initilization files are read
 -f      specify a mailbox to load
 -F      specify an alternate file to read initialization commands
index 109afa265094da3eb9e81cebafa041f6bf2bfc60..ea5f364487f2ba91745f362b4c18e3010efca5b4 100644 (file)
@@ -48,6 +48,9 @@ mutt \- The Mutt Mail User Agent
 .PP
 .B mutt 
 -v[v]
+.PP
+.B mutt 
+-D
 .SH DESCRIPTION
 .PP
 Mutt is a small but very powerful text based program for reading electronic
@@ -63,6 +66,8 @@ Attach a file to your message using MIME.
 Specify a blind-carbon-copy (BCC) recipient
 .IP "-c \fIaddress\fP"
 Specify a carbon-copy (CC) recipient
+.IP "-D"
+Print the value of all configuration options to stdout.
 .IP "-e \fIcommand\fP"
 Specify a configuration command to be run after processing of initialization
 files.
diff --git a/main.c b/main.c
index 587e70b392b88de7a0a4bd7d752ded32e693495e..74cd43c920c3ed9d5bce6f011bf288c93ae31fab 100644 (file)
--- a/main.c
+++ b/main.c
@@ -109,7 +109,7 @@ options:\n\
   -a <file>\tattach a file to the message\n\
   -b <address>\tspecify a blind carbon-copy (BCC) address\n\
   -c <address>\tspecify a carbon-copy (CC) address\n\
-  -D\t\tprint the value of all variables to stderr");
+  -D\t\tprint the value of all variables to stdout");
 #if DEBUG
   puts _("  -d <level>\tlog debugging output to ~/.muttdebug0");
 #endif