[GRASS-SVN] r45733 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 23 06:16:46 EDT 2011


Author: martinl
Date: 2011-03-23 03:16:46 -0700 (Wed, 23 Mar 2011)
New Revision: 45733

Modified:
   grass/trunk/lib/init/grass.py
Log:
startup: update syntax - `-c` creates also new database if doesn't exists


Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py	2011-03-23 09:39:38 UTC (rev 45732)
+++ grass/trunk/lib/init/grass.py	2011-03-23 10:16:46 UTC (rev 45733)
@@ -152,7 +152,7 @@
        _("Flags"),
        _("print this help message"),
        _("show version information and exit"),
-       _("create given location/mapset if it doesn't exist"),
+       _("create given database, location or mapset if it doesn't exist"),
        _("use text based interface"),
        _("and set as default"),
        _("use $DEFAULT_GUI graphical user interface"),



More information about the grass-commit mailing list