From 490d584a9a393a29cac08fc28223b0a7b6f802dc Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 11 Aug 2017 10:19:12 -0300 Subject: Update man pages to reflect new picker changes --- src/play.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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 (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() -- cgit 1.3.0-6-gf8a5