Skip to content

Commit dbe9eec

Browse files
author
pcav
committed
Updated manpage
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15400 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5a177e6 commit dbe9eec

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

qgis.1

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH QGIS 1 "March 19, 2010"
1+
.TH QGIS 1 "March 9, 2011"
22
.SH NAME
33
qgis \- Quantum GIS Geographic Information System
44
.SH SYNOPSIS
@@ -14,8 +14,22 @@ qgis \- Quantum GIS Geographic Information System
1414
.B " [--extent"
1515
.I xmin,ymin,xmax,ymax]
1616
.br
17+
.B " [--width"
18+
.I width]
19+
.br
20+
.B " [--height"
21+
.I height]
22+
.br
23+
.B " [--nologo]"
24+
.br
1725
.B " [--noplugins]"
1826
.br
27+
.B " [--optionspath"
28+
.I path]
29+
.br
30+
.B " [--configpath"
31+
.I path]
32+
.br
1933
.B " [--help]"
2034
.br
2135
.B " [file]..."
@@ -67,10 +81,25 @@ are symbolized, and the view extent is restored.
6781
.B \--extent xmin,ymin,xmax,ymax
6882
Set initial map extent by passing coordinates of that rectangle.
6983
.TP
84+
.B \--width width
85+
Width of snapshot to emit
86+
.TP
87+
.B \--height height
88+
Height of snapshot to emit
89+
.TP
90+
.B \--nologo
91+
Hide splash screen
92+
.TP
7093
.B \--noplugins
7194
.br
7295
Don't restore plugins on startup. Useful if some third-party plugins make QGIS crash during startup.
7396
.TP
97+
.B \--optionspath path
98+
Use the given QSettings path
99+
.TP
100+
.B \--configpath path
101+
Use the given path for all user configuration
102+
.TP
74103
.B \--help
75104
.br
76105
Display brief usage help.

0 commit comments

Comments
 (0)