From 666dd2cb9b5f2210f6c25af5a5131bf6861e6d71 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Tue, 17 Feb 2009 11:39:28 -0800 Subject: [PATCH] updated readme --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index d0ce191..a426032 100644 --- a/README.rdoc +++ b/README.rdoc @@ -85,9 +85,9 @@ in your "config/deploy.rb" file do something like: end end -By mixing and matching the --load-file and --user options with your various :roles in Capistrano it is entirely possible to deploy different crontab schedules under different users to all your various servers. Get creative! +By mixing and matching the "--load-file" and "--user" options with your various :roles in Capistrano it is entirely possible to deploy different crontab schedules under different users to all your various servers. Get creative! -USING THE --write-crontab OPTION WILL COMPLETELY OVERWRITE ANY EXISTING CRONTAB ENTRIES! +USING THE "--write-crontab" OPTION WILL COMPLETELY OVERWRITE ANY EXISTING CRONTAB ENTRIES! ------------------------------------------------------------