diff options
author | Florrie <towerofnix@gmail.com> | 2017-08-11 10:19:12 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2017-08-11 10:19:12 -0300 |
commit | 490d584a9a393a29cac08fc28223b0a7b6f802dc (patch) | |
tree | f9039045967435f2424f9234740e227b127ea4b3 /src | |
parent | 6d063af2b57841dce30ddb07bf60ce828d737697 (diff) |
Update man pages to reflect new picker changes
Diffstat (limited to 'src')
-rwxr-xr-x | src/play.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/play.js b/src/play.js index 408b79c..980a755 100755 --- a/src/play.js +++ b/src/play.js @@ -280,8 +280,6 @@ async function main(args) { '-sort-mode': function(util) { // --sort-mode <mode> (alias: --sort) // Sets the mode by which the playback order list is sorted. - // Valid options include 'order', 'shuffle', and 'shuffle-top-level' - // (which has an alias 'shuffle-groups'). // See pickers.js. pickerSortMode = util.nextArg() @@ -294,8 +292,6 @@ async function main(args) { // Sets the mode by which the playback order list is looped (typically, // what happens when the picker's index counter gets to the end of the // list). - // Valid options include 'no-loop', 'loop-same-order' (or 'loop'), - // 'loop-regenerate', and 'pick-random'. // See pickers.js. pickerLoopMode = util.nextArg() |