From 5ffc34185caf5b475557530e06dfdda22286f0eb Mon Sep 17 00:00:00 2001 From: Federico Tombari Date: Thu, 13 Jun 2013 00:10:49 +0200 Subject: [PATCH] fixed uncorrect printout in png2pcd tool --- tools/png2pcd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/png2pcd.cpp b/tools/png2pcd.cpp index b17c426b851..4a3017eba5a 100644 --- a/tools/png2pcd.cpp +++ b/tools/png2pcd.cpp @@ -76,7 +76,7 @@ printHelp (int, char **argv) std::cout << " -h: Show this help." << std::endl; std::cout << " -format 0 | 1: Set the format of the output pcd file." << std::endl; std::cout << " -mode DEFAULT | FORCE_COLOR | FORCE_GRAYSCALE: Set the working mode of the converter." << std::endl; - std::cout << " --intensity_type: FLOAT | UINT8_T Set the desired intensity type" << std::endl; + std::cout << " --intensity_type: FLOAT | UINT_8 Set the desired intensity type" << std::endl; } template void