Skip to content

Commit

Permalink
Update src/apps/filters/h3.c
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Brodsky <isaac@isaacbrodsky.com>
  • Loading branch information
dfellis and isaacbrodsky authored Oct 14, 2024
1 parent bcaac46 commit 8446f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/filters/h3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ SUBCOMMAND(cellsToMultiPolygon,
Arg *args[] = {&cellsToMultiPolygonArg, &helpArg, &filenameArg,
&cellStrsArg};
PARSE_SUBCOMMAND(argc, argv, args);
if (filenameArg.found == polygonStrArg.found) {
if (filenameArg.found == cellStrsArg.found) {
fprintf(stderr,
"You must provide either a file to read from or a set of cells "
"to convert to use cellsToMultiPolygon");
Expand Down

0 comments on commit 8446f87

Please sign in to comment.