uutils/coreutils

missing "Usage:" in true/false

已關閉

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

 (2 則留言) (1 個反應) (0 位負責人)Rust (1,981 個分叉)batch import
U - falseU - truegood first issuereported-launchpad

倉庫指標

星標
 (23,893 顆星)
PR 合併指標
 (平均合併 5天 23小時) (30 天內合併 239 個 PR)

描述

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

貢獻者指南