Skip to content

Commit b51cd2e

Browse files
committedJun 15, 2016
Added missing newline to the param doc
1 parent a555f91 commit b51cd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void usage( std::string const & appName )
119119
<< "\t[--project projectfile]\tload the given QGIS project\n"
120120
<< "\t[--extent xmin,ymin,xmax,ymax]\tset initial map extent\n"
121121
<< "\t[--nologo]\thide splash screen\n"
122-
<< "\t[--noversioncheck]\tdon't check for new version of QGIS at startup"
122+
<< "\t[--noversioncheck]\tdon't check for new version of QGIS at startup\n"
123123
<< "\t[--noplugins]\tdon't restore plugins on startup\n"
124124
<< "\t[--nocustomization]\tdon't apply GUI customization\n"
125125
<< "\t[--customizationfile]\tuse the given ini file as GUI customization\n"

0 commit comments

Comments
 (0)
Please sign in to comment.