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 .SH NAME
qgis \- Quantum GIS Geographic Information System qgis \- Quantum GIS Geographic Information System
.SH SYNOPSIS .SH SYNOPSIS
@ -14,8 +14,22 @@ qgis \- Quantum GIS Geographic Information System
.B " [--extent" .B " [--extent"
.I xmin,ymin,xmax,ymax] .I xmin,ymin,xmax,ymax]
.br .br
.B " [--width"
.I width]
.br
.B " [--height"
.I height]
.br
.B " [--nologo]"
.br
.B " [--noplugins]" .B " [--noplugins]"
.br .br
.B " [--optionspath"
.I path]
.br
.B " [--configpath"
.I path]
.br
.B " [--help]" .B " [--help]"
.br .br
.B " [file]..." .B " [file]..."
@ -67,10 +81,25 @@ are symbolized, and the view extent is restored.
.B \--extent xmin,ymin,xmax,ymax .B \--extent xmin,ymin,xmax,ymax
Set initial map extent by passing coordinates of that rectangle. Set initial map extent by passing coordinates of that rectangle.
.TP .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 .B \--noplugins
.br .br
Don't restore plugins on startup. Useful if some third-party plugins make QGIS crash during startup. Don't restore plugins on startup. Useful if some third-party plugins make QGIS crash during startup.
.TP .TP
.B \--optionspath path
Use the given QSettings path
.TP
.B \--configpath path
Use the given path for all user configuration
.TP
.B \--help .B \--help
.br .br
Display brief usage help. Display brief usage help.