no message
This commit is contained in:
@@ -17,14 +17,13 @@ ya.pl [-adkpt] [long options...]
|
|||||||
default)
|
default)
|
||||||
--proxy HTTP-proxy (format: 1.2.3.4:8888)
|
--proxy HTTP-proxy (format: 1.2.3.4:8888)
|
||||||
--exclude skip tracks specified in file
|
--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
|
--debug print debug info during work
|
||||||
--help print usage
|
--help print usage
|
||||||
|
|
||||||
--include option presume 'only' prefix
|
|
||||||
--include and --exclude options use weak match i.e. ~/$term/
|
--include and --exclude options use weak match i.e. ~/$term/
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
ya.pl -p 123 -k ya-playlist
|
ya.pl -p 123 -k ya-playlist
|
||||||
ya.pl -a 123
|
ya.pl -a 123
|
||||||
|
|||||||
@@ -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 => '.'}],
|
['dir|d:s', 'download path (current direcotry will be used by default)', {default => '.'}],
|
||||||
['proxy=s', 'HTTP-proxy (format: 1.2.3.4:8888)'],
|
['proxy=s', 'HTTP-proxy (format: 1.2.3.4:8888)'],
|
||||||
['exclude=s', 'skip tracks specified in file'],
|
['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'],
|
['debug', 'print debug info during work'],
|
||||||
['help', 'print usage'],
|
['help', 'print usage'],
|
||||||
[],
|
[],
|
||||||
['--include option presume \'only\' prefix'],
|
|
||||||
['--include and --exclude options use weak match i.e. ~/$term/'],
|
['--include and --exclude options use weak match i.e. ~/$term/'],
|
||||||
[],
|
[],
|
||||||
['Example: '],
|
['Example: '],
|
||||||
|
|||||||
Reference in New Issue
Block a user