[GRASS-SVN] r66723 - grass/trunk/lib/python/script
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 3 01:31:04 PST 2015
Author: neteler
Date: 2015-11-03 01:31:04 -0800 (Tue, 03 Nov 2015)
New Revision: 66723
Modified:
grass/trunk/lib/python/script/core.py
Log:
pygrass docs: add link to table of parser standard options
Modified: grass/trunk/lib/python/script/core.py
===================================================================
--- grass/trunk/lib/python/script/core.py 2015-11-03 09:30:41 UTC (rev 66722)
+++ grass/trunk/lib/python/script/core.py 2015-11-03 09:31:04 UTC (rev 66723)
@@ -706,6 +706,9 @@
dictionaries containing option/flag values, keyed by lower-case
option/flag names. The values in "options" are strings, those in
"flags" are Python booleans.
+
+ Overview table of parser standard options:
+ https://grass.osgeo.org/grass71/manuals/parser_standard_options.html
"""
if not os.getenv("GISBASE"):
print("You must be in GRASS GIS to run this program.", file=sys.stderr)
More information about the grass-commit
mailing list