Browse Source

g.gui manual: example load workspace from command line

Markus Neteler 4 years ago
parent
commit
3baab70ff6
1 changed files with 9 additions and 0 deletions
  1. 9 0
      general/g.gui/g.gui.html

+ 9 - 0
general/g.gui/g.gui.html

@@ -27,6 +27,8 @@ contains persistent GRASS variables.
 
 <h2>EXAMPLES</h2>
 
+<h3>Set default user interface settings</h3>
+
 Set default user interface setting to command line, text-based UI:
 <div class="code"><pre>
 g.gui -d ui=text
@@ -46,6 +48,13 @@ Set default user interface setting to the graphical user interface
 g.gui -dn ui=wxpython
 </pre></div>
 
+<h3>Load workspace from command line</h3>
+
+Start the GUI from command line with an existing workspace:
+<div class="code"><pre>
+g.gui workspace=myproject.gxw
+</pre></div>
+
 <h2>SEE ALSO</h2>
 
 <em>