mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
commit
58128ef93f
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -28,13 +28,13 @@ PROGS := \
|
||||||
truncate \
|
truncate \
|
||||||
wc \
|
wc \
|
||||||
yes \
|
yes \
|
||||||
tty \
|
|
||||||
hostname \
|
hostname \
|
||||||
head \
|
head \
|
||||||
|
|
||||||
UNIX_PROGS := \
|
UNIX_PROGS := \
|
||||||
users \
|
users \
|
||||||
whoami \
|
whoami \
|
||||||
|
tty \
|
||||||
id
|
id
|
||||||
|
|
||||||
ifneq ($(OS),Windows_NT)
|
ifneq ($(OS),Windows_NT)
|
||||||
|
|
2
du/du.rs
2
du/du.rs
|
@ -141,7 +141,7 @@ fn main() {
|
||||||
// In main
|
// In main
|
||||||
getopts::optopt("", "time-style", "show times using style STYLE:
|
getopts::optopt("", "time-style", "show times using style STYLE:
|
||||||
full-iso, long-iso, iso, +FORMAT FORMAT is interpreted like 'date'", "STYLE"),
|
full-iso, long-iso, iso, +FORMAT FORMAT is interpreted like 'date'", "STYLE"),
|
||||||
getopts::optflag("h", "help", "display this help and exit"),
|
getopts::optflag("", "help", "display this help and exit"),
|
||||||
getopts::optflag("V", "version", "output version information and exit"),
|
getopts::optflag("V", "version", "output version information and exit"),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue