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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 4 20:22:45 PDT 2018


Author: wenzeslaus
Date: 2018-09-04 20:22:45 -0700 (Tue, 04 Sep 2018)
New Revision: 73262

Modified:
   grass/trunk/lib/init/grass.py
Log:
init: use the two dash option in after-error suggestion

Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py	2018-09-05 03:14:12 UTC (rev 73261)
+++ grass/trunk/lib/init/grass.py	2018-09-05 03:22:45 UTC (rev 73262)
@@ -2065,8 +2065,8 @@
         if grass_gui == 'text' and not params.mapset:
             fatal(_("Unable to start GRASS GIS. You have the choice to:\n"
                     " - Launch the graphical user interface with"
-                    " the '-gui' switch\n"
-                    "     {cmd_name} -gui\n"
+                    " the '--gui' switch\n"
+                    "     {cmd_name} --gui\n"
                     " - Launch with path to "
                     "the location/mapset as an argument\n"
                     "     {cmd_name} /path/to/location/mapset`\n"



More information about the grass-commit mailing list