Skip to content

Commit

Permalink
changed description
Browse files Browse the repository at this point in the history
  • Loading branch information
aichim committed Mar 27, 2013
1 parent 48e05b7 commit b2d6e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/organized_pcd_to_png.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ saveImage (const std::string &filename, const PointCloud<RGB> &image)
int
main (int argc, char** argv)
{
print_info ("Convert a PCD file to PLY format. For more information, use: %s -h\n", argv[0]);
print_info ("Convert the RGB information of an organized PCD file to a PNG image. For more information, use: %s -h\n", argv[0]);

if (argc < 3)
{
Expand Down

0 comments on commit b2d6e3f

Please sign in to comment.