Skip to content

Commit

Permalink
r.proj: clarify -n flag use case (OSGeo#3758)
Browse files Browse the repository at this point in the history
  • Loading branch information
mankoff authored Jun 1, 2024
1 parent 242731e commit a6f0119
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion raster/r.proj/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@ int main(int argc, char **argv)

nocrop = G_define_flag();
nocrop->key = 'n';
nocrop->description = _("Do not perform region cropping optimization");
nocrop->description =
_("Do not perform region cropping optimization. See Notes if working "
"with a global latitude-longitude projection");

print_bounds = G_define_flag();
print_bounds->key = 'p';
Expand Down

0 comments on commit a6f0119

Please sign in to comment.