0

no message

This commit is contained in:
Kaimi
2015-06-29 16:08:57 +03:00
parent 790b540b37
commit 5aa4c58305
2 changed files with 5 additions and 7 deletions

View File

@@ -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

View File

@@ -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: '],