mention that getinfo helper-nodes can return status "never-connected".

also, make explicit that there's a space between status and isotime.


svn:r5648
This commit is contained in:
Roger Dingledine 2005-12-25 05:44:30 +00:00
parent 40c267a89f
commit 782efd9e93

View File

@ -346,7 +346,10 @@ $Id$
"helper-nodes"
A series of lines listing the currently chosen helper nodes, if any.
Each is of the form:
ServerID SP ((("down" / "unlisted") ISOTime) / "up") CRLF
ServerID SP (Status-with-time / Status) CRLF
Status-with-time = ("down" / "unlisted") SP ISOTime
Status = ("up" / "never-connected")
"accounting/enabled"
"accounting/hibernating"