diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-06 16:58:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-06 16:58:05 +0000 |
commit | a869574c564440c79a40b0d2019ad0a6c8b24174 (patch) | |
tree | 01d744a063b377e049f87c17ad4c567905db9bdd /doc/tor.1.in | |
parent | f76cdc1a611fdbc134cabd1e0d81e7d9d8fd3648 (diff) | |
download | tor-a869574c564440c79a40b0d2019ad0a6c8b24174.tar.gz tor-a869574c564440c79a40b0d2019ad0a6c8b24174.zip |
r17947@catbus: nickm | 2008-02-06 11:57:53 -0500
Fix a bunch of DOCDOC items; document the --quiet flag; refactor a couple of XXXX020 items.
svn:r13405
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index c3c07c4c94..6d0c7163af 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -49,7 +49,13 @@ List all valid options. .LP .TP \fB--version\fP -Display Tor version. +Display Tor version and exit. +.LP +.TP +\fB--quiet\fP +Do not start Tor with a console log unless explicitly requested to do +so. (By default, Tor starts out logging messages at level "notice" or +higher to the console, until it has parsed its configuration.) .LP .TP Other options can be specified either on the command-line (\fI--option |