uutils/coreutils

missing "Usage:" in true/false

Open

#10279 opened on Jan 17, 2026

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Rust (23,246 stars) (1,852 forks)batch import
U - falseU - truegood first issuereported-launchpad

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

Contributor guide