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
path: root/src
diff options
context:
space:
mode:
authorKaimi <lg.kaimi@gmail.com>2016-01-03 20:13:59 +0300
committerKaimi <lg.kaimi@gmail.com>2016-01-03 20:13:59 +0300
commit66291d7d3b79f0fe4af924eb56d5a873a836b46e (patch)
tree3c47a4a9f53534b5165fdebb73ac53823cb7572b /src
parentaa1117a20800586b480b1e609beaf4d25f3a3c74 (diff)
no message
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ya.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ya.pl b/src/ya.pl
index 784f174..e7f72d5 100755
--- a/src/ya.pl
+++ b/src/ya.pl
@@ -175,7 +175,7 @@ my ($opt, $usage) = Getopt::Long::Descriptive::describe_options
['exclude=s', 'skip tracks specified in file'],
['include=s', 'download only tracks specified in file'],
['delay=i', 'delay between downloads (in seconds)', {default => 5}],
- ['mobile', 'use mobile API', {default => 1}],
+ ['mobile=i', 'use mobile API', {default => 1}],
[],
['debug', 'print debug info during work'],
['help', 'print usage'],