1
Fork 0
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:
Michael Debertol 2021-06-22 16:02:50 +02:00
parent ce0801db90
commit d60afb8947

View file

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