[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master 2/3] Clarify that cmd-line options override torrc options
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Sat, 31 Jul 2010 13:23:41 -0400
Subject: Clarify that cmd-line options override torrc options
Commit: 883af78a9d536562345d2713edebb13f8978a72a
---
doc/tor.1.txt | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 222aaf1..db623c8 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -64,7 +64,8 @@ OPTIONS
Other options can be specified either on the command-line (--option
value), or in the configuration file (option value or option "value").
Options are case-insensitive. C-style escaped characters are allowed inside
- quoted values.
+ quoted values. Options on the command line take precedence over
+ options found in the configuration file.
**BandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
A token bucket limits the average incoming bandwidth usage on this node to
--
1.7.1