|
@@ -477,9 +477,9 @@ static struct Options define_options(void)
|
|
|
opts.ivis->guisection = _("Input");
|
|
|
|
|
|
opts.icnd = G_define_standard_option(G_OPT_F_INPUT);
|
|
|
- opts.icnd->key = "input";
|
|
|
+ opts.icnd->key = "parameters";
|
|
|
opts.icnd->required = YES;
|
|
|
- opts.icnd->description = _("Name of input text file");
|
|
|
+ opts.icnd->description = _("Name of input text file with 6S parameters");
|
|
|
|
|
|
opts.oimg = G_define_standard_option(G_OPT_R_OUTPUT);
|
|
|
|