summaryrefslogtreecommitdiff
path: root/bin/dashing
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dashing')
-rwxr-xr-xbin/dashing2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dashing b/bin/dashing
index 32c89c8..a9e6022 100755
--- a/bin/dashing
+++ b/bin/dashing
@@ -50,7 +50,7 @@ module Dashing
directory :project, @name
end
- desc "generate GENERATOR NAME", "Creates a new widget with all the fixins'"
+ desc "generate GENERATOR NAME", "Creates a new wigdget, dashboard, or job."
def generate(type, name)
send("generate_#{type}".to_sym, name)
rescue NoMethodError => e