diff --git a/src/uu/rm/src/rm.rs b/src/uu/rm/src/rm.rs index eaacb9555..28f854319 100644 --- a/src/uu/rm/src/rm.rs +++ b/src/uu/rm/src/rm.rs @@ -92,6 +92,7 @@ pub fn uumain(args: impl uucore::Args) -> i32 { Arg::with_name(OPT_FORCE) .short("f") .long(OPT_FORCE) + .multiple(true) .help("ignore nonexistent files and arguments, never prompt") ) .arg(