Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Dec 9, 2024
1 parent 7b8fb61 commit 3fc2181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_usage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn main() {
if matches.get_flag("usage") {
let mut cmd = build_cli();
eprintln!("Generating usage spec...");
clap_usage::generate(&mut cmd, "example", &mut std::io::stderr()).unwrap();
clap_usage::generate(&mut cmd, "example", &mut std::io::stdout()).unwrap();
return;
}

Expand Down

0 comments on commit 3fc2181

Please sign in to comment.