uutils/coreutils

missing "Usage:" in true/false

Open

#10,279 建立於 2026年1月17日

在 GitHub 查看
 (2 留言) (1 反應) (0 負責人)Rust (23,246 star) (1,852 fork)batch import
U - falseU - truegood first issuereported-launchpad

描述

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

貢獻者指南