[QGIS Commit] r15400 - trunk/qgis

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Mar 9 03:44:28 EST 2011


Author: pcav
Date: 2011-03-09 00:44:28 -0800 (Wed, 09 Mar 2011)
New Revision: 15400

Modified:
   trunk/qgis/qgis.1
Log:
Updated manpage

Modified: trunk/qgis/qgis.1
===================================================================
--- trunk/qgis/qgis.1	2011-03-09 08:35:15 UTC (rev 15399)
+++ trunk/qgis/qgis.1	2011-03-09 08:44:28 UTC (rev 15400)
@@ -1,4 +1,4 @@
-.TH QGIS 1 "March 19, 2010"
+.TH QGIS 1 "March 9, 2011"
 .SH NAME
 qgis \- Quantum GIS Geographic Information System 
 .SH SYNOPSIS
@@ -14,8 +14,22 @@
 .B "     [--extent"
 .I xmin,ymin,xmax,ymax]
 .br
+.B "     [--width"
+.I width]
+.br
+.B "     [--height"
+.I height]
+.br
+.B "     [--nologo]"
+.br
 .B "     [--noplugins]"
 .br
+.B "     [--optionspath"
+.I path]
+.br
+.B "     [--configpath"
+.I path]
+.br
 .B "     [--help]"
 .br
 .B "     [file]..."
@@ -67,10 +81,25 @@
 .B \--extent xmin,ymin,xmax,ymax
 Set initial map extent by passing coordinates of that rectangle.
 .TP
+.B \--width width
+Width of snapshot to emit
+.TP
+.B \--height height
+Height of snapshot to emit
+.TP
+.B \--nologo
+Hide splash screen
+.TP
 .B \--noplugins
 .br
 Don't restore plugins on startup. Useful if some third-party plugins make QGIS crash during startup.
 .TP
+.B \--optionspath path
+Use the given QSettings path
+.TP
+.B \--configpath path
+Use the given path for all user configuration
+.TP
 .B \--help
 .br 
 Display brief usage help.



More information about the QGIS-commit mailing list