Skip to content

Commit

Permalink
r.texture: use standardized options (https://trac.osgeo.org/grass/tic…
Browse files Browse the repository at this point in the history
…ket/2409)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63062 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
landam committed Nov 26, 2014
1 parent 3742e64 commit e212c96
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions raster/r.texture/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ int main(int argc, char *argv[])

opt_input = G_define_standard_option(G_OPT_R_INPUT);

opt_output = G_define_option();
opt_output->key = "prefix";
opt_output->type = TYPE_STRING;
opt_output->required = YES;
opt_output->description = _("Prefix for output raster map(s)");
opt_output = G_define_standard_option(G_OPT_R_BASENAME_OUTPUT);

opt_size = G_define_option();
opt_size->key = "size";
Expand Down

0 comments on commit e212c96

Please sign in to comment.