diff options
author | Roger Dingledine <arma@torproject.org> | 2003-12-03 10:44:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-12-03 10:44:11 +0000 |
commit | 3865a8a88895c3c386c6aa89bd23cfccbca4dbf2 (patch) | |
tree | 3490e67953a93cd3b229191cde160000828a038b /doc/tor.1.in | |
parent | 4f2d5565087a05dce8eb8d2366d74f4c0726c501 (diff) | |
download | tor-3865a8a88895c3c386c6aa89bd23cfccbca4dbf2.tar.gz tor-3865a8a88895c3c386c6aa89bd23cfccbca4dbf2.zip |
update the TODO to reflect recent commits
svn:r882
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index da9c2031c6..c9823df769 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -18,14 +18,14 @@ routers"). Users bounce their tcp streams -- web traffic, ftp, ssh, etc -- around the routers, and recipients, observers, and even the routers themselves have difficulty tracking the source of the stream. .SH OPTIONS -Options can be specified either on the commandline (\fI--option value\fR), or in the configuration file (\fIoption value\fR). -.TP \fB-h, -help\fP Display a short help message and exit. .TP \fB-f \fR\fIFILE\fP FILE contains further "option value" pairs. (Default: @CONFDIR@/torrc) .TP +Other options can be specified either on the commandline (\fI--option value\fR), or in the configuration file (\fIoption value\fR). +.TP \fBloglevel debug|info|warn|err\fP Set the verboseness level of the primary log. (Default: warn) .TP |