From 80723e89fd66893a3806912e4511b24782bddd44 Mon Sep 17 00:00:00 2001 From: Alexandre Neto Date: Tue, 25 Sep 2018 12:36:59 +0100 Subject: [PATCH] Adds .qgz files on --help description Lists .qgz files in the possible project files to open from the command line --- src/app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index e7328e9d218..7a21dd32b65 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -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" )