diff --git a/README.rdoc b/README.rdoc
index f66082b..6f83663 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -97,9 +97,10 @@ This would create a job like: /usr/bin/my_great_command arg1 arg2 'arg3'false to stop the command trying to specify the environment at all. Set to a string or symbol to set the environment to that.
-path:: Set to false to stop the command running cd before the task. Set to a string or symbol to set the path the cd to.
-use_bundler:: If set to true, the task will be prefixed by bundle exec
+environment:: Set to false to stop the command trying to specify the environment at all. Set to a string or symbol to set the environment to that.
+path:: Set to false to stop the command running cd before the task. Set to a string or symbol to set the path the cd to.
+use_bundler:: If set to true, the task will be prefixed by bundle exec
+quote_task:: If set to false, whenever will not print the arguments passed to the job in quote marks
== Credit