Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds .qgz files on --help description
Lists .qgz files in the possible project files to open from the command line
  • Loading branch information
SrNetoChan authored and nyalldawson committed Sep 25, 2018
1 parent 3d70f1b commit 80723e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Expand Up @@ -152,7 +152,7 @@ void usage( const QString &appName )
<< QStringLiteral( "\t[--]\t\ttreat all following arguments as FILEs\n\n" )
<< QStringLiteral( " FILE:\n" )
<< QStringLiteral( " Files specified on the command line can include rasters,\n" )
<< QStringLiteral( " vectors, and QGIS project files (.qgs): \n" )
<< QStringLiteral( " vectors, and QGIS project files (.qgs and .qgz): \n" )
<< QStringLiteral( " 1. Rasters - supported formats include GeoTiff, DEM \n" )
<< QStringLiteral( " and others supported by GDAL\n" )
<< QStringLiteral( " 2. Vectors - supported formats include ESRI Shapefiles\n" )
Expand Down

0 comments on commit 80723e8

Please sign in to comment.