From a0c2b302f8a7d2e0aef062fae3ba8badf79c3b9e Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 4 Aug 2017 23:22:28 -0300 Subject: No need to lie --- man/http-music-crawl-local.1 | 2 +- src/crawl-local.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/man/http-music-crawl-local.1 b/man/http-music-crawl-local.1 index 4949d98..6e6530d 100644 --- a/man/http-music-crawl-local.1 +++ b/man/http-music-crawl-local.1 @@ -16,6 +16,6 @@ It attempts to only add music files (mp3, ogg, etc) to the playlist (see \fB--ex .TP .BR -e ", " --extensions ", " --exts Sets file extensions that are considered music tracks to be added to the result playlist. -\fB\fR is a comma-separated list of extensions, not including the "dots"; e.g. \fR'mp3,wav'\fB. +\fB\fR is a comma-separated list of extensions, e.g. \fR'mp3,wav'\fB. A default list of extensions exists but is not *extremely* extensive. Use --extensions when needed! diff --git a/src/crawl-local.js b/src/crawl-local.js index 202c732..1baebc3 100755 --- a/src/crawl-local.js +++ b/src/crawl-local.js @@ -65,8 +65,7 @@ async function main(args) { // --extensions (alias: --exts, -e) // Sets file extensions that are considered music tracks to be added to // the result playlist. - // is a comma-separated list of extensions, not including - // the "dots"; e.g. 'mp3,wav'. + // is a comma-separated list of extensions, e.g. 'mp3,wav'. // A default list of extensions exists but is not *extremely* extensive. // (Use --extensions when needed!) -- cgit 1.3.0-6-gf8a5