Skip to content

Commit

Permalink
Added missing newline to the param doc
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jun 15, 2016
1 parent a555f91 commit b51cd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Expand Up @@ -119,7 +119,7 @@ void usage( std::string const & appName )
<< "\t[--project projectfile]\tload the given QGIS project\n" << "\t[--project projectfile]\tload the given QGIS project\n"
<< "\t[--extent xmin,ymin,xmax,ymax]\tset initial map extent\n" << "\t[--extent xmin,ymin,xmax,ymax]\tset initial map extent\n"
<< "\t[--nologo]\thide splash screen\n" << "\t[--nologo]\thide splash screen\n"
<< "\t[--noversioncheck]\tdon't check for new version of QGIS at startup" << "\t[--noversioncheck]\tdon't check for new version of QGIS at startup\n"
<< "\t[--noplugins]\tdon't restore plugins on startup\n" << "\t[--noplugins]\tdon't restore plugins on startup\n"
<< "\t[--nocustomization]\tdon't apply GUI customization\n" << "\t[--nocustomization]\tdon't apply GUI customization\n"
<< "\t[--customizationfile]\tuse the given ini file as GUI customization\n" << "\t[--customizationfile]\tuse the given ini file as GUI customization\n"
Expand Down

0 comments on commit b51cd2e

Please sign in to comment.