diff --git a/lib/tasks/themes.rake b/lib/tasks/themes.rake index 2de8b30a5a9..83c1038a855 100644 --- a/lib/tasks/themes.rake +++ b/lib/tasks/themes.rake @@ -106,11 +106,11 @@ task "themes:qunit", :type, :value do |t, args| raise <<~MSG Wrong arguments type:#{type.inspect}, value:#{value.inspect}" Usage: - `bundle exec rake themes:unit[url,]` + `bundle exec rake "themes:qunit[url,]"` OR - `bundle exec rake themes:unit[name,]` + `bundle exec rake "themes:qunit[name,]"` OR - `bundle exec rake themes:unit[id,]` + `bundle exec rake "themes:qunit[id,]"` MSG end ENV["THEME_#{type.upcase}"] = value.to_s