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:
parent
56a6585282
commit
86a0578aab
1 changed files with 2 additions and 2 deletions
4
bin/fog
4
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue