Skip to content

Commit

Permalink
i.evapo.pm: Fix missing output description (#1275)
Browse files Browse the repository at this point in the history
Addresses -Wunused-value compiler warning.
  • Loading branch information
nilason committed Feb 10, 2021
1 parent dc5e3db commit d1edbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagery/i.evapo.pm/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ int main(int argc, char *argv[])
input_hc->description = _("Name of input crop height raster map [m]");

output = G_define_standard_option(G_OPT_R_OUTPUT);
_("Name for output raster map [mm/h]");
output->description = _("Name for output raster map [mm/h]");

zero = G_define_flag();
zero->key = 'z';
Expand Down

0 comments on commit d1edbdd

Please sign in to comment.