diff --git a/commands/create.js b/commands/create.js index 2ff5b2a..c75417f 100644 --- a/commands/create.js +++ b/commands/create.js @@ -8,7 +8,7 @@ export const description = "Test command."; export const options = [ ["--repo", "repository to dupe and setup", BANDO_GIT], - ["--templates", "templates directory to use for setups", "commands/templates"] + ["--template", "templates directory to use for setups", "commands/templates"] ]; export const argument = ["", "name of the project"];