uutils/coreutils

missing "Usage:" in true/false

クローズ

#10,279 opened on 2026/01/17

 (2 件のコメント) (1 件のリアクション) (0 人の担当者)Rust (1,981 件のフォーク)batch import
U - falseU - truegood first issuereported-launchpad

Repository metrics

Stars
 (23,893 個のスター)
PR merge metrics
 (平均マージ 5d 23h) (30d で 239 merged PRs)

説明

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

コントリビューターガイド