Skip to content

Commit 55f016b

Browse files
committed
docs/sock-protocol.txt: update with examples of propagated flag names [#266]
Signed-off-by: Jim Klimov <[email protected]>
1 parent a20712c commit 55f016b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/sock-protocol.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,14 @@ SETFLAGS
108108

109109
Note that this command takes a variable number of arguments, as multiple
110110
flags are supported. Also note that they are not crammed together in
111-
"", since "RW STRING" would mean something completely different.
111+
"" quotes, since "RW STRING" would mean something completely different.
112112

113113
This also replaces any previous flags for a given variable.
114114

115+
Currently supported flags include `RW`, `STRING` and `NUMBER`
116+
(detailed in the NUT Network Protocol documentation); unrecognized values
117+
are quietly ignored.
118+
115119
ADDCMD
116120
~~~~~~
117121

0 commit comments

Comments
 (0)