@@ -97,10 +97,9 @@ void usage( std::string const & appName )
97
97
{
98
98
std::cerr << " QGIS - " << VERSION << " '" << RELEASE_NAME << " ' ("
99
99
<< QGSVERSION << " )\n "
100
- << " QGIS is a viewer for spatial data sets, including\n "
101
- << " raster and vector data.\n "
102
- << " Usage: " << appName << " [options] [FILES]\n "
103
- << " options:\n "
100
+ << " QGIS is a user friendly Open Source Geographic Information System.\n "
101
+ << " Usage: " << appName << " [OPTION] [FILE]\n "
102
+ << " OPTION:\n "
104
103
<< " \t [--snapshot filename]\t emit snapshot of loaded datasets to given file\n "
105
104
<< " \t [--width width]\t width of snapshot to emit\n "
106
105
<< " \t [--height height]\t height of snapshot to emit\n "
@@ -113,14 +112,14 @@ void usage( std::string const & appName )
113
112
<< " \t [--customizationfile]\t use the given ini file as GUI customization\n "
114
113
<< " \t [--optionspath path]\t use the given QSettings path\n "
115
114
<< " \t [--configpath path]\t use the given path for all user configuration\n "
116
- << " \t [--code path]\t Run the given python file on load. \n "
115
+ << " \t [--code path]\t run the given python file on load\n "
117
116
<< " \t [--help]\t\t this text\n\n "
118
- << " FILES :\n "
117
+ << " FILE :\n "
119
118
<< " Files specified on the command line can include rasters,\n "
120
119
<< " vectors, and QGIS project files (.qgs): \n "
121
- << " 1. Rasters - Supported formats include GeoTiff, DEM \n "
120
+ << " 1. Rasters - supported formats include GeoTiff, DEM \n "
122
121
<< " and others supported by GDAL\n "
123
- << " 2. Vectors - Supported formats include ESRI Shapefiles\n "
122
+ << " 2. Vectors - supported formats include ESRI Shapefiles\n "
124
123
<< " and others supported by OGR and PostgreSQL layers using\n "
125
124
<< " the PostGIS extension\n " ; // OK
126
125
0 commit comments