Skip to content

Commit

Permalink
docs(quadrados): update help message
Browse files Browse the repository at this point in the history
Co-authored-by: Luís Fonseca <[email protected]>
  • Loading branch information
RiscadoA and luishfonseca committed Sep 25, 2023
1 parent 17bebde commit a4b9f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/quadrados-gen/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct Component
/// Prints the help message of the program.
static void printHelp()
{
std::cerr << "Usage: quadrados <INPUT> <OUTPUT>" << std::endl;
std::cerr << "Usage: quadrados-gen <INPUT> <OUTPUT>" << std::endl;
std::cerr << "Options:" << std::endl;
std::cerr << " -h Prints this help message." << std::endl;
}
Expand Down

0 comments on commit a4b9f72

Please sign in to comment.