From dc705792a27753a19ffe8f752392b6646e58830c Mon Sep 17 00:00:00 2001 From: guoleiming Date: Thu, 13 Sep 2018 16:24:16 +0800 Subject: [PATCH] fix:fix error info --- tools/demean_cloud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/demean_cloud.cpp b/tools/demean_cloud.cpp index c5063b08403..88dd9c16470 100644 --- a/tools/demean_cloud.cpp +++ b/tools/demean_cloud.cpp @@ -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) {