Skip to content

Commit abd79ff

Browse files
kai-waangCopilot
andauthored
Update benchmarks/features/shot.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f44d576 commit abd79ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/features/shot.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ int
151151
main(int argc, char** argv)
152152
{
153153
if (argc < 2) {
154-
std::cerr << "No test files given. Please provide a PCD file paths for SHOT352 "
155-
"and SHOT1344 benchmarks."
154+
std::cerr << "No test files given. Please provide a PCD file path to use for "
155+
"both SHOT352 and SHOT1344 benchmarks."
156156
<< std::endl;
157157
return (-1);
158158
}

0 commit comments

Comments
 (0)