Browse Source

v.unpack: Fix a message

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68074 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 9 years ago
parent
commit
1fe22c882d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/v.unpack/v.unpack.py

+ 1 - 1
scripts/v.unpack/v.unpack.py

@@ -105,7 +105,7 @@ def main():
         pass
     elif os.path.exists(os.path.join(data_name, 'cell')):
         grass.fatal(_("This GRASS GIS pack file contains raster data. Use "
-                      "v.unpack to unpack <%s>" % map_name))
+                      "r.unpack to unpack <%s>" % map_name))
     else:
         grass.fatal(_("Pack file unreadable"))