uutils/coreutils

missing "Usage:" in true/false

Open

#10.279 aperta il 17 gen 2026

Vedi su GitHub
 (2 commenti) (1 reazione) (0 assegnatari)Rust (1852 fork)batch import
U - falseU - truegood first issuereported-launchpad

Metriche repository

Star
 (23.246 star)
Metriche merge PR
 (Merge medio 9g 14h) (216 PR mergiate in 30 g)

Descrizione

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

Guida contributor