From 5aa4c58305103e9abeaf5488523d2f09f2a4522f Mon Sep 17 00:00:00 2001 From: Kaimi Date: Mon, 29 Jun 2015 16:08:57 +0300 Subject: [PATCH] no message --- README.md | 9 ++++----- src/ya.pl | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d6639f5..407d13d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/ya.pl b/src/ya.pl index 25a11a3..5c2f7dd 100644 --- a/src/ya.pl +++ b/src/ya.pl @@ -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: '],