Skip to content

Commit

Permalink
Added better help for gzprop
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoenig committed Sep 18, 2014
2 parents 0da9ac3 + 97588c7 commit bb05be5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions tools/gzprop
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ end
def help
puts "gzprop -- Create a model zip for upload to thepropshop.org\n"
puts "\n"
puts "'gzprop' <model_file>\n"
puts "'gzprop' <model_sdf_file>\n"
puts "\n"
puts "Package an existing model directory into a zip suitable"
puts "for upload to thepropshop.org. A working instanstance of"
puts "Gazebo >4.0 is required.\n"
puts "Package an existing model SDF, materials, and meshes\n"
puts "into a zip suitable for upload to thepropshop.org. A \n"
puts "working instanstance of Gazebo >4.0 is required.\n"
puts "\n"
puts "Example Usage:\n"
puts " $ gzprop ~/.gazebo/models/ground_plane/model.sdf\n"
puts "\n"
end

Expand Down

0 comments on commit bb05be5

Please sign in to comment.