Skip to content

Commit

Permalink
Merge pull request #2443 from glmhit/master
Browse files Browse the repository at this point in the history
fix:fix error info
  • Loading branch information
SergioRAgostinho authored Sep 13, 2018
2 parents bdbd5ee + dc70579 commit 5ede86f
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 5ede86f

Please sign in to comment.