Skip to content

Commit

Permalink
docs(spongebob): added more informative short help text
Browse files Browse the repository at this point in the history
  • Loading branch information
asasine committed Oct 20, 2024
1 parent 9ade01a commit 5ef52eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use clap::Parser;
#[derive(Parser)]
#[command(version, about, long_about = None)]
struct Cli {
/// The space-separated words to modify.
/// The space-separated words to modify, or "-" to read from stdin.
///
/// If no words were provided, the words may be given from stdin. Input from stdin can be
/// explicity requested by passing "-" as the first and only word.
Expand Down

0 comments on commit 5ef52eb

Please sign in to comment.