diff --git a/imag-link/src/ui.rs b/imag-link/src/ui.rs index 4edb6bd1..5c3c3ef1 100644 --- a/imag-link/src/ui.rs +++ b/imag-link/src/ui.rs @@ -95,8 +95,8 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> { .arg(Arg::with_name("remove") .long("remove") .short("r") - .takes_value(false) - .required(false) + .takes_value(true) + .required(true) .help("Remove one external link")) .arg(Arg::with_name("set")