[Command] Improve create --template description to include URLs.

This commit is contained in:
Eloy Durán
2014-02-06 11:24:49 +01:00
parent cec928744d
commit 663e76738d

View File

@@ -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