diff --git a/lib/motion/command/create.rb b/lib/motion/command/create.rb index 16bfc878..6f7b6112 100644 --- a/lib/motion/command/create.rb +++ b/lib/motion/command/create.rb @@ -50,7 +50,7 @@ module Motion; class Command def self.options [ - ['--template=NAME', "One of #{templates_description}."], + ['--template=[NAME|URL]', "A built-in template or from a file/git URL"], ].concat(super) end