From 3910dd6eac381264334c8895f70bf53454e766f3 Mon Sep 17 00:00:00 2001 From: Damien Date: Thu, 3 Jun 2010 04:04:08 +0800 Subject: [PATCH] Forgot to mention the quote_task setting in the README file --- README.rdoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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