about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-12-07 11:04:32 +0000
committerEric Wong <e@80x24.org>2015-12-07 11:07:32 +0000
commit1a63ca046d42dc9d35fe656c034e0c791834ae67 (patch)
tree2042c401654e540e226e0ee9c85d06e3c6010128 /Documentation
parentebf129cb0e067c204343bfdd3c73c38abae7f335 (diff)
downloaddtas-1a63ca046d42dc9d35fe656c034e0c791834ae67.tar.gz
It makes more sense to return the previous value
rather than the newly-set one, since the user presumably
knows what they're setting and might care about the
previous value.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/dtas-player_protocol.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/dtas-player_protocol.txt b/Documentation/dtas-player_protocol.txt
index e6466b7..7315411 100644
--- a/Documentation/dtas-player_protocol.txt
+++ b/Documentation/dtas-player_protocol.txt
@@ -284,10 +284,10 @@ Commands here should be alphabetized according to `LC_ALL=C sort'
 * tl repeat [BOOLEAN|1] - show/or change repeat status of the tracklist.
   With no args, this will show "true", "false", or "1"
   If set to "1", dtas-player will repeat the current track.
-  Returns current repeat status.
+  Returns the previous repeat status.
 
 * tl shuffle [BOOLEAN] - show/or change the current shuffle status of
-  the tracklist
+  the tracklist.  Returns the previous shuffle status.
 
 * tl tracks
   returns a list of all TRACKIDS in the tracklist