Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kaimi-io/yandex-music-download.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaimi <lg.kaimi@gmail.com>2015-06-29 16:08:57 +0300
committerKaimi <lg.kaimi@gmail.com>2015-06-29 16:08:57 +0300
commit5aa4c58305103e9abeaf5488523d2f09f2a4522f (patch)
tree59af53e9fb2d5d673d495da9dc87f70db9fac232
parent790b540b3737ab1f7fb564ea052a3bd64ab8e602 (diff)
no message
-rw-r--r--README.md9
-rw-r--r--src/ya.pl3
2 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index d6639f5..407d13d 100644
--- a/README.md
+++ b/README.md
@@ -17,14 +17,13 @@ ya.pl [-adkpt] [long options...]
default)
--proxy HTTP-proxy (format: 1.2.3.4:8888)
--exclude skip tracks specified in file
- --include filter tracks specified in file
-
+ --include download only tracks specified in file
+
--debug print debug info during work
--help print usage
-
- --include option presume 'only' prefix
+
--include and --exclude options use weak match i.e. ~/$term/
-
+
Example:
ya.pl -p 123 -k ya-playlist
ya.pl -a 123
diff --git a/src/ya.pl b/src/ya.pl
index 25a11a3..5c2f7dd 100644
--- a/src/ya.pl
+++ b/src/ya.pl
@@ -82,12 +82,11 @@ my ($opt, $usage) = Getopt::Long::Descriptive::describe_options
['dir|d:s', 'download path (current direcotry will be used by default)', {default => '.'}],
['proxy=s', 'HTTP-proxy (format: 1.2.3.4:8888)'],
['exclude=s', 'skip tracks specified in file'],
- ['include=s', 'filter tracks specified in file'],
+ ['include=s', 'download only tracks specified in file'],
[],
['debug', 'print debug info during work'],
['help', 'print usage'],
[],
- ['--include option presume \'only\' prefix'],
['--include and --exclude options use weak match i.e. ~/$term/'],
[],
['Example: '],