We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d70f1b commit 80723e8Copy full SHA for 80723e8
src/app/main.cpp
@@ -152,7 +152,7 @@ void usage( const QString &appName )
152
<< QStringLiteral( "\t[--]\t\ttreat all following arguments as FILEs\n\n" )
153
<< QStringLiteral( " FILE:\n" )
154
<< QStringLiteral( " Files specified on the command line can include rasters,\n" )
155
- << QStringLiteral( " vectors, and QGIS project files (.qgs): \n" )
+ << QStringLiteral( " vectors, and QGIS project files (.qgs and .qgz): \n" )
156
<< QStringLiteral( " 1. Rasters - supported formats include GeoTiff, DEM \n" )
157
<< QStringLiteral( " and others supported by GDAL\n" )
158
<< QStringLiteral( " 2. Vectors - supported formats include ESRI Shapefiles\n" )
0 commit comments