Skip to content

Commit

Permalink
test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgyKirichenko committed Oct 31, 2024
1 parent 4440379 commit 8bc9e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataplane/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int main(int argc,
}
if (config >= argc)
{
std::cout << "usage: " << argv[0] << " [-d] -c <dataplane.conf>" << std::endl;
std::cout << "elf usage: " << argv[0] << " [-d] -c <dataplane.conf>" << std::endl;
return 1;
}

Expand Down

0 comments on commit 8bc9e3c

Please sign in to comment.