mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
rm: fix help text mistakenly being used as the long option
This commit is contained in:
+1
-1
@@ -155,7 +155,7 @@ pub fn uu_app<'a>() -> Command<'a> {
|
||||
.arg(
|
||||
Arg::new(OPT_PROMPT)
|
||||
.short('i')
|
||||
.long("prompt before every removal")
|
||||
.help("prompt before every removal")
|
||||
)
|
||||
.arg(
|
||||
Arg::new(OPT_PROMPT_MORE)
|
||||
|
||||
Reference in New Issue
Block a user