|
@@ -152,9 +152,8 @@ int main(int argc, char *argv[])
|
|
dtrans->options = "-1-100";
|
|
dtrans->options = "-1-100";
|
|
dtrans->answer = "0";
|
|
dtrans->answer = "0";
|
|
dtrans->guisection = _("Datum");
|
|
dtrans->guisection = _("Datum");
|
|
- dtrans->label =
|
|
|
|
- _("Index number of datum transform parameters");
|
|
|
|
- dtrans->description = ("\"0\" for unspecified or \"-1\" to list and exit");
|
|
|
|
|
|
+ dtrans->label = _("Index number of datum transform parameters");
|
|
|
|
+ dtrans->description = _("\"0\" for unspecified or \"-1\" to list and exit");
|
|
|
|
|
|
forcedatumtrans = G_define_flag();
|
|
forcedatumtrans = G_define_flag();
|
|
forcedatumtrans->key = 't';
|
|
forcedatumtrans->key = 't';
|
|
@@ -176,7 +175,7 @@ int main(int argc, char *argv[])
|
|
location->required = NO;
|
|
location->required = NO;
|
|
location->guisection = _("Create/Edit");
|
|
location->guisection = _("Create/Edit");
|
|
location->description = _("Name of new location to create");
|
|
location->description = _("Name of new location to create");
|
|
-
|
|
|
|
|
|
+
|
|
if (G_parser(argc, argv))
|
|
if (G_parser(argc, argv))
|
|
exit(EXIT_FAILURE);
|
|
exit(EXIT_FAILURE);
|
|
|
|
|