From 663e76738dfa207d76d5288240ce644baa1125fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Thu, 6 Feb 2014 11:24:49 +0100 Subject: [PATCH] [Command] Improve `create --template` description to include URLs. --- lib/motion/command/create.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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