diff --git a/samples/cpp/matcher_simple.cpp b/samples/cpp/matcher_simple.cpp index 6e235ea8a..b9fd059c1 100644 --- a/samples/cpp/matcher_simple.cpp +++ b/samples/cpp/matcher_simple.cpp @@ -9,7 +9,7 @@ int main(int argc, char** argv) { if(argc != 3) { - printf("Usage: matches_simple \n"); + printf("Usage: matcher_simple \n"); return -1; }