mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
mkdir: note that -m is not supported on windows
This commit is contained in:
parent
ce0801db90
commit
d60afb8947
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
|
||||||
Arg::with_name(OPT_MODE)
|
Arg::with_name(OPT_MODE)
|
||||||
.short("m")
|
.short("m")
|
||||||
.long(OPT_MODE)
|
.long(OPT_MODE)
|
||||||
.help("set file mode")
|
.help("set file mode (not implemented on windows)")
|
||||||
.default_value("755"),
|
.default_value("755"),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue