diff --git a/tools/quadrados-gen/src/main.cpp b/tools/quadrados-gen/src/main.cpp index 3c8e6f0e7..bd08cab24 100644 --- a/tools/quadrados-gen/src/main.cpp +++ b/tools/quadrados-gen/src/main.cpp @@ -29,7 +29,7 @@ struct Component /// Prints the help message of the program. static void printHelp() { - std::cerr << "Usage: quadrados " << std::endl; + std::cerr << "Usage: quadrados-gen " << std::endl; std::cerr << "Options:" << std::endl; std::cerr << " -h Prints this help message." << std::endl; }