From 2c39fd4db0d76d7f05a08f7a4ef77bb87ff98137 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Mon, 8 Aug 2005 15:54:01 +0000 Subject: [PATCH] Document -d option in mutt -h output. Closes #2027. --- main.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 5d79b7f3..587e70b3 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\ -- 2.40.0