mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
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:
commit
6be25eee26
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue