Updated manpage

git-svn-id: http://svn.osgeo.org/qgis/trunk@15400 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
pcav 2011-03-09 08:44:28 +00:00
parent 5208817d95
commit d01055683d

31
qgis.1
View File

@ -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 @@ qgis \- Quantum GIS Geographic Information System
.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 @@ are symbolized, and the view extent is restored.
.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.