Files
mu4e/man/common-options.inc
Dirk-Jan C. Binnema 0b725f6c81 man: fix typos / omissions
Update the man-pages for various small error / inconsistencies / typos
etc.
2026-08-20 15:05:31 -07:00

34 lines
1008 B
PHP

* COMMON OPTIONS
** -d, --debug
Makes *mu* generate extra debug information, useful for debugging the program
itself. Debug information goes to the standard logging location; see
{{{man-link(mu,1)}}}.
** -q, --quiet
Causes *mu* not to output informational messages and progress information to
standard output, but only to the log file. Error messages will still be sent to
standard error. Note that *mu index* is much faster with *--quiet*, so it is
recommended you use this option when using *mu* from scripts etc.
** -v, --verbose
Causes *mu* to output extra information, for some commands.
** --log-stderr
Causes *mu* to output log messages to standard error, in addition to sending
them to the standard logging location.
** --nocolor
Do not use ANSI colors. The environment variable *NO_COLOR* can be used as an
alternative to *--nocolor*.
** -V, --version
Prints *mu* version and copyright information.
** -h, --help
Lists the various command line options.
# Local Variables:
# mode: org
# End: