summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCotko <cotkocot@gmail.com>2018-10-31 03:12:35 +0100
committerCotko <cotkocot@gmail.com>2018-10-31 03:12:35 +0100
commit534853cd32cf97494c432f4cca17078a2cee8d43 (patch)
treef337c51bd4cb458b20bb4380b8cb4e8ce4b96075 /doc
parentfb0ead17880e3429890401c5c0d59577f534c2ea (diff)
doc/protocol.rst: add oneshot to the single command arguments
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst
index bcdc0e0ca..1553dfbd5 100644
--- a/doc/protocol.rst
+++ b/doc/protocol.rst
@@ -423,7 +423,7 @@ Playback options
:command:`single {STATE}` [#since_0_15]_
Sets single state to ``STATE``,
- ``STATE`` should be 0 or 1.
+ ``STATE`` should be ``0``, ``1`` or ``oneshot``.
When single is activated, playback is stopped after current song, or
song is repeated if the 'repeat' mode is enabled.