From 86a0578aab1408ec854845261b1d0aa02d2ef7cd Mon Sep 17 00:00:00 2001 From: Postmodern Date: Wed, 26 Jun 2013 19:32:35 -0700 Subject: [PATCH] Renamed -f,--fogrc to -C,--credentials-path. --- bin/fog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/fog b/bin/fog index b01da7606..3dddc8237 100755 --- a/bin/fog +++ b/bin/fog @@ -6,9 +6,9 @@ require 'irb' require 'yaml' options = OptionParser.new do |opts| - opts.banner = 'usage: fog [options] GROUP' + opts.banner = 'usage: fog [options] CREDENTIAL' - opts.on('-f', '--fogrc FILE', 'Path to the fogrc file') do |file| + opts.on('-C', '--credentials-path FILE', 'Path to the credentials file') do |file| Fog.credentials_path = file end