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

贡献者指南