|
@@ -2065,8 +2065,8 @@ def main():
|
|
|
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"
|