Skip to content

Commit

Permalink
Update script command name
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 28, 2024
1 parent d6d0b28 commit 57fa04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/CreateFunctionalTest.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description("Creates a Geb Functional Test") {
usage "grails create-functional-test [TEST NAME]"
usage "grace create-functional-test [TEST NAME]"
argument name:'Test Name', description:"The name of the test"
completer AllClassCompleter
}
Expand Down

0 comments on commit 57fa04b

Please sign in to comment.