|
@@ -49,7 +49,7 @@ int main(int argc, char *argv[])
|
|
|
raster = G_define_standard_option(G_OPT_R_INPUT);
|
|
|
|
|
|
conf = G_define_option();
|
|
|
- conf->key = "conf";
|
|
|
+ conf->key = "config";
|
|
|
conf->description = _("Configuration file");
|
|
|
conf->gisprompt = "old_file,file,input";
|
|
|
conf->type = TYPE_STRING;
|