Skip to content

Commit

Permalink
Grace: update run command
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Feb 27, 2024
1 parent 92a7c34 commit a7528af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public String getName() {
public CommandDescription getDescription() {
CommandDescription description = new CommandDescription();
description.setName(NAME);
description.setDescription("Run a grails groovy script");
description.setDescription("Run a groovy script");
description.setUsage("run [SCRIPT NAME]");
return description;
}
Expand Down

0 comments on commit a7528af

Please sign in to comment.