Skip to content

Commit

Permalink
update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Jan 19, 2024
1 parent 6367d2a commit 939ac11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func main() {
},
{
Name: LANG_JAVA,
Usage: "Generate an on-chain SDK for use with Java",
Usage: "Generate a SDK for use with Java",
Action: func(c *cli.Context) error {
return handleCliGenerate(c, LANG_JAVA)
},
Expand Down

0 comments on commit 939ac11

Please sign in to comment.