lib/geordi/commands/rake.rb in geordi-1.0.0 vs lib/geordi/commands/rake.rb in geordi-1.0.1
- old
+ new
@@ -1,9 +1,9 @@
desc 'rake TASK', 'Run a rake task in several Rails environments'
long_desc <<-LONGDESC
Example: `geordi rake db:migrate`
-TASK is run in the following Rails environments (if present):
+`TASK` is run in the following Rails environments (if present):
- development
- test
- cucumber
LONGDESC