We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73d7b0 commit 3f059afCopy full SHA for 3f059af
src/uu/sort/src/sort.rs
@@ -1423,8 +1423,8 @@ pub fn uu_app() -> Command {
1423
Arg::new(options::OUTPUT)
1424
.short('o')
1425
.long(options::OUTPUT)
1426
- .help("write result to FILE instead of standard output")
1427
- .value_name("FILE")
+ .help("write output to FILENAME instead of stdout")
+ .value_name("FILENAME")
1428
.value_hint(clap::ValueHint::FilePath)
1429
.action(ArgAction::Append),
1430
)
0 commit comments