From fed71a55749685d441108271a62ff2ab2f2ba0d4 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 9 Jun 2011 11:53:58 -0700 Subject: [PATCH] Add quotes to --set example. --- bin/whenever | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 bin/whenever diff --git a/bin/whenever b/bin/whenever old mode 100755 new mode 100644 index 0c4abf0..74c72a3 --- a/bin/whenever +++ b/bin/whenever @@ -20,7 +20,7 @@ OptionParser.new do |opts| options[:clear] = true options[:identifier] = identifier if identifier end - opts.on('-s', '--set [variables]', 'Example: --set environment=staging&path=/my/sweet/path') do |set| + opts.on('-s', '--set [variables]', 'Example: --set \'environment=staging&path=/my/sweet/path\'') do |set| options[:set] = set if set end opts.on('-f', '--load-file [schedule file]', 'Default: config/schedule.rb') do |file|