diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-24 04:55:02 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-24 04:55:02 +0000 |
commit | 6877a7e1ee055df1406cc380c006882541f2e986 (patch) | |
tree | 53f0a2fa01180de82fdb96639ced53af76f47dc9 /src/or | |
parent | 6c7bf2f83098af6cf3f7f84725cc91154642ca65 (diff) | |
download | tor-6877a7e1ee055df1406cc380c006882541f2e986.tar tor-6877a7e1ee055df1406cc380c006882541f2e986.tar.gz |
and update the pile of getinfo strings that's impossible to remember
to update
svn:r8813
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/control.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/or/control.c b/src/or/control.c index 2317dff3c..0947ad2a0 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -1439,12 +1439,14 @@ list_getinfo_options(void) "circuit-status Status of each current circuit.\n" "config-file Current location of the \"torrc\" file.\n" "config/names List of configuration options, types, and documentation.\n" - "desc/id/* Server descriptor by hex ID\n" + "desc/id/* Server descriptor by hex ID.\n" "desc/name/* Server descriptor by nickname.\n" - "desc/all-recent Latest server descriptor for every router\n" - "dir/server/* Fetch server descriptors -- see dir-spec.txt\n" + "desc/all-recent Latest server descriptor for every router.\n" + "dir/server/* Fetch server descriptors -- see dir-spec.txt.\n" "entry-guards Which nodes will we use as entry guards?\n" - "exit-policy/default Default lines appended to config->ExitPolicy\n" + "events/names What events the controller can ask for.\n" + "exit-policy/default Default lines appended to config->ExitPolicy.\n" + "features/names What arguments can USEFEATURE take?\n" "info/names List of GETINFO options, types, and documentation.\n" "network-status List of hex IDs, nicknames, server statuses.\n" "orconn-status Status of each current OR connection.\n" @@ -1453,7 +1455,7 @@ list_getinfo_options(void) // XXXX Uptodate! /* This has been hard to keep up to date. Is it worth making * a table with names, descriptions, whether to match with - * strsmpstart, and a functions to call, so there's only one + * strsmpstart, and functions to call, so there's only one * place to maintain? -RD */ } |