Skip to content

Commit

Permalink
fix the default
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Dec 25, 2023
1 parent 8320b8a commit d665a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/uu/rm/src/rm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ pub fn uu_app() -> Command {
.long(OPT_PRESERVE_ROOT)
.help("do not remove '/' (default)")
.value_parser(["all"])
.default_value("default")
.default_missing_value("default")
.default_value("all")
.default_missing_value("all")
.hide_default_value(true)
)
.arg(
Expand Down

0 comments on commit d665a4c

Please sign in to comment.