Merge pull request #3670 from tertsdiepraam/rm-completion-fix

`rm`: fix help text mistakenly being used as the long option
This commit is contained in:
Sylvestre Ledru 2022-06-25 22:06:45 +02:00 committed by GitHub
commit 6be25eee26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)