diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-07 21:27:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-07 21:27:58 +0000 |
commit | 2b8ca7b4a43a45b785974b443b39c2bf4a811c1a (patch) | |
tree | b1a6b0f984259e18681301d9ce1361d77c4fe0fc /src/or/config.c | |
parent | 4152a4e83585fa9413e5f46d0d8679ffa5c8e8d6 (diff) | |
download | tor-2b8ca7b4a43a45b785974b443b39c2bf4a811c1a.tar.gz tor-2b8ca7b4a43a45b785974b443b39c2bf4a811c1a.zip |
patch from karsten to clean up documentation and to integrate
more fixes into rend-spec.txt.
svn:r12715
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c index 3cc6789b8a..f9af03a62a 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -291,7 +291,6 @@ static config_var_t _option_vars[] = { VAR("__AllDirActionsPrivate", BOOL, AllDirActionsPrivate, "0"), VAR("__DisablePredictedCircuits",BOOL,DisablePredictedCircuits, "0"), VAR("__LeaveStreamsUnattached",BOOL, LeaveStreamsUnattached, "0"), - /* XXX020 Karsten: this still needs a man page entry -RD */ V(MinUptimeHidServDirectoryV2, INTERVAL, "24 hours"), { NULL, CONFIG_TYPE_OBSOLETE, 0, NULL } }; @@ -1901,7 +1900,8 @@ print_usage(void) printf( "Copyright 2001-2007 Roger Dingledine, Nick Mathewson.\n\n" "tor -f <torrc> [args]\n" -"See man page for options, or https://www.torproject.org/ for documentation.\n"); +"See man page for options, or https://www.torproject.org/ for " +"documentation.\n"); } /** Print all non-obsolete torrc options. */ |