From: Guyzmo Date: Wed, 18 Jan 2017 17:26:16 +0000 (+0100) Subject: docs: add documentation for -DS command line switch X-Git-Tag: neomutt-20170128~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75cc383678ea0d2aac09364a281a3f32521dbadb;p=neomutt docs: add documentation for -DS command line switch --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 083dbf89a..0a520e0b1 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -14145,6 +14145,7 @@ mailboxes and to send messages from the command line as well. -cspecify a carbon-copy (Cc) address -dlog debugging output to ~/.muttdebug0 if mutt was compiled with +DEBUG; it can range from 1-5 and affects verbosity (a value of 2 is recommended) -Dprint the value of all Mutt variables to stdout +-D -Slike -D but hide the value of sensitive variables -Eedit the draft (-H) or include (-i) file -especify a config command to be run after initialization files are read -fspecify a mailbox to load diff --git a/doc/mutt.man b/doc/mutt.man index b5b73379f..07404a17b 100644 --- a/doc/mutt.man +++ b/doc/mutt.man @@ -62,7 +62,7 @@ mutt \- The Mutt Mail User Agent \-v[v] .PP .B mutt -\-D +\-D [\-S] .SH DESCRIPTION .PP Mutt is a small but very powerful text based program for reading and sending electronic @@ -94,6 +94,8 @@ If mutt was compiled with +DEBUG log debugging output to ~/.muttdebug0. recommended. .IP "-D" Print the value of all configuration options to stdout. +.IP "-D -S" +like -D but hide the value of sensitive variables .IP "-E" Causes the draft file specified by -H or include file specified by -i to be edited during message composition.