Skip to content

Commit

Permalink
v.surf.mass: fix input label (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
metzm authored Dec 14, 2024
1 parent 9ee101a commit e5589de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/v.surf.mass/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ int main(int argc, char *argv[])
module->description = _("Performs mass-preserving area interpolation.");

in_opt = G_define_standard_option(G_OPT_V_INPUT);
in_opt->label = _("Name of input vector point map");
in_opt->label = _("Name of input vector area map");

w_opt = G_define_standard_option(G_OPT_R_INPUT);
w_opt->label = _("Name of optional weighing raster map");
Expand Down

0 comments on commit e5589de

Please sign in to comment.