File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
- .TH QGIS 1 "March 19, 2010 "
1
+ .TH QGIS 1 "March 9, 2011 "
2
2
.SH NAME
3
3
qgis \- Quantum GIS Geographic Information System
4
4
.SH SYNOPSIS
@@ -14,8 +14,22 @@ qgis \- Quantum GIS Geographic Information System
14
14
.B " [--extent"
15
15
.I xmin,ymin,xmax,ymax]
16
16
.br
17
+ .B " [--width"
18
+ .I width]
19
+ .br
20
+ .B " [--height"
21
+ .I height]
22
+ .br
23
+ .B " [--nologo]"
24
+ .br
17
25
.B " [--noplugins]"
18
26
.br
27
+ .B " [--optionspath"
28
+ .I path]
29
+ .br
30
+ .B " [--configpath"
31
+ .I path]
32
+ .br
19
33
.B " [--help]"
20
34
.br
21
35
.B " [file]..."
@@ -67,10 +81,25 @@ are symbolized, and the view extent is restored.
67
81
.B \- -extent xmin,ymin,xmax,ymax
68
82
Set initial map extent by passing coordinates of that rectangle.
69
83
.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
70
93
.B \- -noplugins
71
94
.br
72
95
Don't restore plugins on startup. Useful if some third-party plugins make QGIS crash during startup.
73
96
.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
74
103
.B \- -help
75
104
.br
76
105
Display brief usage help.
You can’t perform that action at this time.
0 commit comments