瀏覽代碼

g.gui manual: example load workspace from command line

Markus Neteler 4 年之前
父節點
當前提交
3baab70ff6
共有 1 個文件被更改,包括 9 次插入0 次删除
  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>