From: Paul Walker Date: Tue, 16 Aug 2005 18:10:11 +0000 (+0000) Subject: -D dumps to stdout, not stderr. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=276483f7790615d7fcbb4a83e4c86e4af72481a2;p=neomutt -D dumps to stdout, not stderr. --- diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index bc9b91347..684b347fa 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -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 diff --git a/doc/mutt.man b/doc/mutt.man index 109afa265..ea5f36448 100644 --- a/doc/mutt.man +++ b/doc/mutt.man @@ -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 587e70b39..74cd43c92 100644 --- a/main.c +++ b/main.c @@ -109,7 +109,7 @@ options:\n\ -a \tattach a file to the message\n\ -b
\tspecify a blind carbon-copy (BCC) address\n\ -c
\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 \tlog debugging output to ~/.muttdebug0"); #endif