From 66291d7d3b79f0fe4af924eb56d5a873a836b46e Mon Sep 17 00:00:00 2001 From: Kaimi Date: Sun, 3 Jan 2016 20:13:59 +0300 Subject: [PATCH] no message --- src/ya.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],