Skip to content

Commit

Permalink
Merge pull request jedi4ever#625 from chulkilee/fix-fusion-export-desc
Browse files Browse the repository at this point in the history
Fix desc: vagrant is the default export format
  • Loading branch information
jedi4ever committed Apr 1, 2013
2 parents 8fce665 + 01f6945 commit a809ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/veewee/command/fusion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def validate(box_name)
box(box_name).validate_vmfusion(options)
end

desc "export [BOX_NAME]", "Exports the basebox to the ova format"
desc "export [BOX_NAME]", "Exports the basebox to the vagrant format"
method_option :force,:type => :boolean , :default => false, :aliases => "-f", :desc => "overwrite existing file"
method_option :export_type, :type => :string, :default => "vagrant", :desc => "export into vmware ova or vagrant box format"
def export(box_name)
Expand Down

0 comments on commit a809ded

Please sign in to comment.