Fix typo: green
-> greet
This commit is contained in:
parent
50cf0bae89
commit
9c0c3d8c9c
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue