Skip to content

Commit

Permalink
Merge pull request #220 from jamz903/find-example-bugfix
Browse files Browse the repository at this point in the history
Fix find example bug
  • Loading branch information
jamz903 authored Nov 14, 2023
2 parents a1766cb + ea4469d commit bad9f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/unicash/commons/enums/CommandType.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public String getMessageUsage() {
.addParameter(PREFIX_CATEGORY, "Category", true, false)
.setExample(
ExampleGenerator.generate(
getCommandWords(),
getMainCommandWord(),
PREFIX_NAME,
PREFIX_LOCATION,
PREFIX_CATEGORY
Expand Down

0 comments on commit bad9f9d

Please sign in to comment.