Skip to content

Commit

Permalink
fix(#11): Fix typo in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
borisershov committed Sep 1, 2023
1 parent 8df5a70 commit c00b0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctx/args.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func ArgsRead() Args {
cleanup := args.BoolLong(
"cleanup",
'C',
"Clean up deastination database (experimental). Available only for MySQL")
"Clean up destination database (experimental). Available only for MySQL")

args.Parse(os.Args)

Expand Down

0 comments on commit c00b0cf

Please sign in to comment.