Skip to content

Commit

Permalink
Fix typo: green -> greet
Browse files Browse the repository at this point in the history
  • Loading branch information
FireFragment authored and srid committed Jan 5, 2024
1 parent 50cf0ba commit 9c0c3d8
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 @@ -8,7 +8,7 @@ struct Args {
#[arg(short = 'v')]
verbose: bool,

/// an optional name to green
/// an optional name to greet
#[arg()]
name: Option<String>,
}
Expand Down

0 comments on commit 9c0c3d8

Please sign in to comment.