[GRASS-SVN] r66505 - grass/trunk/scripts/v.unpack

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 15 09:18:07 PDT 2015


Author: annakrat
Date: 2015-10-15 09:18:07 -0700 (Thu, 15 Oct 2015)
New Revision: 66505

Modified:
   grass/trunk/scripts/v.unpack/v.unpack.py
Log:
v.unpack: synchronize gui with r.unpack

Modified: grass/trunk/scripts/v.unpack/v.unpack.py
===================================================================
--- grass/trunk/scripts/v.unpack/v.unpack.py	2015-10-15 14:05:52 UTC (rev 66504)
+++ grass/trunk/scripts/v.unpack/v.unpack.py	2015-10-15 16:18:07 UTC (rev 66505)
@@ -20,18 +20,21 @@
 #% keyword: import
 #% keyword: copying
 #%end
-#%option G_OPT_F_INPUT
+#%option G_OPT_F_BIN_INPUT
 #% description: Name of input pack file
+#% key_desc: name.pack
 #%end
 #%option G_OPT_V_OUTPUT
 #% label: Name for output vector map
 #% description: Default: taken from input file internals
 #% required : no
+#% guisection: Output settings
 #%end
 #%flag
 #% key: o
 #% label: Override projection check (use current location's projection)
 #% description: Assume that the dataset has same projection as the current location
+#% guisection: Output settings
 #%end
 
 import os



More information about the grass-commit mailing list