We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44797fa commit 20e06baCopy full SHA for 20e06ba
1 file changed
samples/99_hosttask/main.cpp
@@ -67,7 +67,7 @@ int main(
67
68
if (printUsage || !op.unknown_options().empty() || !op.non_option_args().empty()) {
69
fprintf(stderr,
70
- "Usage: copybufferkernel [options]\n"
+ "Usage: hosttask [options]\n"
71
"%s", op.help().c_str());
72
return -1;
73
}
0 commit comments