Skip to content

Commit 71a2a87

Browse files
committed
fix cli help text
1 parent af0dbf1 commit 71a2a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub struct Config {
3131
///
3232
/// For example:
3333
///
34-
/// '--ascii-input "$(fortune | cowsay -W 25)"
34+
/// '--ascii-input "$(fortune | cowsay -W 25)"'
3535
#[arg(long, value_name = "STRING", value_hint = ValueHint::CommandString)]
3636
pub ascii_input: Option<String>,
3737
/// Which LANGUAGE's ascii art to print

0 commit comments

Comments
 (0)