Environment: Ubuntu 24.04, uutils main branch (git commit 3971bb3), GNU coreutils v9.6.38-2b088-modified
Steps to reproduce:
touch f
du --time --time-style='+%Y-%m-%d' f
What happens now: uutils du errors with usage information:
./target/debug/du: invalid argument '+%Y-%m-%d' for 'time style'
Valid arguments are:
- 'full-iso'
- 'long-iso'
- 'iso'
Try './target/debug/du' for more information.
What I expected to happen: uutils du prints the file size, formatted modification time, and filename:
Notes: this is causing a failure in GNU test file tests/misc/time-style.sh.