瀏覽代碼

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 年之前
父節點
當前提交
b3958e17ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  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';