Skip to content

Commit

Permalink
Addressed minor incorrect naming issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbuffalo committed Feb 15, 2024
1 parent 61abda0 commit 471ec62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Subcommands:
";

#[derive(Parser)]
#[clap(name = "sdf")]
#[clap(name = "recmap")]
#[clap(about = INFO)]
struct Cli {
#[arg(short, long, action = clap::ArgAction::Count)]
Expand Down

0 comments on commit 471ec62

Please sign in to comment.