Skip to content

Commit cd5f0a2

Browse files
committed
relax parser rules even more
1 parent 3c3eed4 commit cd5f0a2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

raster/r.geomorphon/main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ int main(int argc, char **argv)
193193
par_profileformat->description = _("Profile output format");
194194
par_profileformat->guisection = _("Profile");
195195

196-
G_option_requires(par_coords, par_profiledata, par_profileformat, NULL);
197-
198196
if (G_parser(argc, argv))
199197
exit(EXIT_FAILURE);
200198
}

0 commit comments

Comments
 (0)