Skip to content

Commit 80723e8

Browse files
SrNetoChannyalldawson
authored andcommitted
Adds .qgz files on --help description
Lists .qgz files in the possible project files to open from the command line
1 parent 3d70f1b commit 80723e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ void usage( const QString &appName )
152152
<< QStringLiteral( "\t[--]\t\ttreat all following arguments as FILEs\n\n" )
153153
<< QStringLiteral( " FILE:\n" )
154154
<< QStringLiteral( " Files specified on the command line can include rasters,\n" )
155-
<< QStringLiteral( " vectors, and QGIS project files (.qgs): \n" )
155+
<< QStringLiteral( " vectors, and QGIS project files (.qgs and .qgz): \n" )
156156
<< QStringLiteral( " 1. Rasters - supported formats include GeoTiff, DEM \n" )
157157
<< QStringLiteral( " and others supported by GDAL\n" )
158158
<< QStringLiteral( " 2. Vectors - supported formats include ESRI Shapefiles\n" )

0 commit comments

Comments
 (0)