Skip to content

Commit 3f059af

Browse files
committed
Remove non-needed changes
1 parent b73d7b0 commit 3f059af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/uu/sort/src/sort.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,8 +1423,8 @@ pub fn uu_app() -> Command {
14231423
Arg::new(options::OUTPUT)
14241424
.short('o')
14251425
.long(options::OUTPUT)
1426-
.help("write result to FILE instead of standard output")
1427-
.value_name("FILE")
1426+
.help("write output to FILENAME instead of stdout")
1427+
.value_name("FILENAME")
14281428
.value_hint(clap::ValueHint::FilePath)
14291429
.action(ArgAction::Append),
14301430
)

0 commit comments

Comments
 (0)