Skip to content

Commit 6eb6076

Browse files
author
rblazek
committed
some options marked advanced
git-svn-id: http://svn.osgeo.org/qgis/trunk@12677 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 729153b commit 6eb6076

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plugins/grass/modules-common/v.in.ogr.all.qgm

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
<qgisgrassmodule label="Import OGR vectors in a given data source combining them in a GRASS vector" module="v.in.ogr">
55
<flag key="o" answer="on" hidden="yes" />
6-
<flag key="z" answer="off" hidden="no" />
7-
<flag key="e" answer="off" hidden="no" />
6+
<flag key="z" answer="off" hidden="no" advanced="yes" />
7+
<flag key="e" answer="off" hidden="no" advanced="yes" />
88
<file key="dsn" type="directory" label="Path to the OGR data source" />
99
<option key="output" />
10-
<option key="type" />
10+
<option key="type" advanced="yes" />
1111
</qgisgrassmodule>

0 commit comments

Comments
 (0)