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 authored Sep 25, 2023
1 parent ec3fa66 commit 7c829b7
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;

Check warning on line 32 in tools/quadrados-gen/src/main.cpp

View check run for this annotation

Codecov / codecov/patch

tools/quadrados-gen/src/main.cpp#L32

Added line #L32 was not covered by tests
std::cerr << "Options:" << std::endl;
std::cerr << " -h Prints this help message." << std::endl;
}
Expand Down

0 comments on commit 7c829b7

Please sign in to comment.