mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
mkdir: allow --parent to be provided more than once
This commit is contained in:
parent
bf6de81a1f
commit
41f52f3402
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ pub fn uu_app() -> Command {
|
|||
.short('p')
|
||||
.long(options::PARENTS)
|
||||
.help("make parent directories as needed")
|
||||
.overrides_with(options::PARENTS)
|
||||
.action(ArgAction::SetTrue),
|
||||
)
|
||||
.arg(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue