Skip to content

Commit 20e06ba

Browse files
committed
fix sample name
1 parent 44797fa commit 20e06ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/99_hosttask/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ int main(
6767

6868
if (printUsage || !op.unknown_options().empty() || !op.non_option_args().empty()) {
6969
fprintf(stderr,
70-
"Usage: copybufferkernel [options]\n"
70+
"Usage: hosttask [options]\n"
7171
"%s", op.help().c_str());
7272
return -1;
7373
}

0 commit comments

Comments
 (0)