-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
it should start with Usage:
Reported here:
https://bugs.launchpad.net/ubuntu/+source/rust-coreutils/+bug/2137580
$ LANG=C cargo run -q --features unix false --help|head -1
Returns false, an unsuccessful exit status.
with GNU:
LANG=C /usr/bin/false --help|head -1
Usage: /usr/bin/false [ignored command line arguments]
same for true