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

Merge pull request #1927 from fog/change_version_short_option

[cli] Changes `fog --version` short option to `-v`
This commit is contained in:
Paul Thornthwaite 2013-07-02 09:01:53 -07:00
commit 11afbd6461

View file

@ -12,7 +12,7 @@ options = OptionParser.new do |opts|
Fog.credentials_path = file
end
opts.on_tail('-V', '--version', 'Prints the version') do
opts.on_tail('-v', '--version', 'Prints the version') do
puts Fog::VERSION
exit
end