We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3eed4 commit cd5f0a2Copy full SHA for cd5f0a2
1 file changed
raster/r.geomorphon/main.c
@@ -193,8 +193,6 @@ int main(int argc, char **argv)
193
par_profileformat->description = _("Profile output format");
194
par_profileformat->guisection = _("Profile");
195
196
- G_option_requires(par_coords, par_profiledata, par_profileformat, NULL);
197
-
198
if (G_parser(argc, argv))
199
exit(EXIT_FAILURE);
200
}
0 commit comments