1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Renamed -f,--fogrc to -C,--credentials-path.

This commit is contained in:
Postmodern 2013-06-26 19:32:35 -07:00
parent 56a6585282
commit 86a0578aab

View file

@ -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