diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 49f6d9797..304b492b1 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -118,6 +118,7 @@ <term> <cmdsynopsis> <command>idle</command> + <arg choice="opt" rep="repeat"><replaceable>SUBSYSTEMS</replaceable></arg> </cmdsynopsis> </term> <listitem> @@ -184,6 +185,11 @@ <command>idle</command> mode and print results immediately; might be empty at this time. </para> + <para> + If the optional <varname>SUBSYSTEMS</varname> argument is used, + MPD will only send notifications when something changed in + one of the specified subsytems. + </para> </listitem> </varlistentry> <varlistentry id="command_status"> |