Browse Source

r.in.gdal: fix syntax typo introduced in https://trac.osgeo.org/grass/changeset/49749

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49751 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
b3958e17ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      raster/r.in.gdal/main.c

+ 1 - 1
raster/r.in.gdal/main.c

@@ -143,7 +143,7 @@ int main(int argc, char *argv[])
     flag_e->key = 'e';
     flag_e->label = _("Extend region extents based on new dataset");
     flag_e->description =
-	_("Also updates the default region if in the PERMANENT mapset);
+	_("Also updates the default region if in the PERMANENT mapset");
 
     flag_f = G_define_flag();
     flag_f->key = 'f';