commit 47c462bc9452e81534de46adb848c55f506874dd
parent 72de2de7ffd46b5249a68c22a0fe8486cc120c6f
Author: sin <sin@2f30.org>
Date: Fri, 23 Jan 2015 09:53:20 +0000
Minor fix in PROTOCOL
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PROTOCOL b/PROTOCOL
@@ -69,7 +69,7 @@ status [state]
Query state information from the daemon. The optional argument state
identifies what information should be returned. If not specified, all of the
state information is returned. The format of the reply is:
-"%s: %s\n", statevar, infomsg
+"%s: %s\n", statevar, stateval
Possible states:
random: 1 if random mode is set 0 otherwise