diff options
Diffstat (limited to 'src/parser.rs')
| -rw-r--r-- | src/parser.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/parser.rs b/src/parser.rs index 6802ceb..caae070 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -93,12 +93,6 @@ pub fn get_app<'a, 'b>(version: &'a str) -> App<'a, 'b> { .help("URL to RSS feed") .required(true) .index(1), - ) - .arg( - Arg::with_name("download") - .short("d") - .long("download") - .help("auto download based on config"), ), ) .subcommand( @@ -109,12 +103,6 @@ pub fn get_app<'a, 'b>(version: &'a str) -> App<'a, 'b> { .help("URL to RSS feed") .required(true) .index(1), - ) - .arg( - Arg::with_name("download") - .short("d") - .long("download") - .help("auto download based on config"), ), ) .subcommand(SubCommand::with_name("refresh").about("refresh subscribed podcasts")) |
