no message
This commit is contained in:
@@ -17,12 +17,11 @@ 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:
|
||||
|
||||
@@ -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: '],
|
||||
|
||||
Reference in New Issue
Block a user