Skip to content

Commit

Permalink
r.grow.distance: update module description with value raster (#983)
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
griembauer authored and neteler committed Sep 22, 2020
1 parent ed63aab commit 31e87e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raster/r.grow.distance/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ int main(int argc, char **argv)
G_add_keyword(_("distance"));
G_add_keyword(_("proximity"));
module->description =
_("Generates a raster map containing distances to nearest raster features.");
_("Generates a raster map containing distances to nearest raster features and/or the value of the nearest non-null cell.");

opt.in = G_define_standard_option(G_OPT_R_INPUT);

Expand Down

0 comments on commit 31e87e4

Please sign in to comment.