Skip to content

Commit

Permalink
fix:fix error info
Browse files Browse the repository at this point in the history
  • Loading branch information
guoleiming committed Sep 13, 2018
1 parent b38a088 commit dc70579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/demean_cloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ saveCloud (const std::string &filename, const pcl::PCLPointCloud2 &cloud)
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 a PCD file to a de-meaned PCD file. For more information, use: %s -h\n", argv[0]);

if (argc < 3)
{
Expand Down

0 comments on commit dc70579

Please sign in to comment.