From: Brendan Cully Date: Mon, 8 Aug 2005 15:54:01 +0000 (+0000) Subject: Document -d option in mutt -h output. Closes #2027. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3524fe0c8860de0c46cfbad742fc712d7a8466ae;p=neomutt Document -d option in mutt -h output. Closes #2027. --- diff --git a/main.c b/main.c index 5d79b7f3d..587e70b39 100644 --- a/main.c +++ b/main.c @@ -109,8 +109,12 @@ 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\n\ - -e \tspecify a command to be executed after initialization\n\ + -D\t\tprint the value of all variables to stderr"); +#if DEBUG + puts _(" -d \tlog debugging output to ~/.muttdebug0"); +#endif + puts _( +" -e \tspecify a command to be executed after initialization\n\ -f \tspecify which mailbox to read\n\ -F \tspecify an alternate muttrc file\n\ -H \tspecify a draft file to read header and body from\n\