Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Brodsky <[email protected]>
  • Loading branch information
dfellis and isaacbrodsky authored Oct 7, 2024
1 parent 31be7ef commit 8a5fded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/filters/h3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ SUBCOMMAND(
.valueName = "FILENAME",
.value = &filename,
.helpText =
"The file to load the cells from. Use -- to read from stdin."};
"The file to load the polygon from. Use -- to read from stdin."};
char polygonStr[1501] = {0}; // Up to 100 cells with zero padding
Arg polygonStrArg = {
.names = {"-p", "--polygon"},
Expand Down Expand Up @@ -1394,7 +1394,7 @@ SUBCOMMAND(maxPolygonToCellsSize,
.valueName = "FILENAME",
.value = &filename,
.helpText =
"The file to load the cells from. Use -- to read from stdin."};
"The file to load the polygon from. Use -- to read from stdin."};
char polygonStr[1501] = {0}; // Up to 100 cells with zero padding
Arg polygonStrArg = {
.names = {"-p", "--polygon"},
Expand Down

0 comments on commit 8a5fded

Please sign in to comment.