Skip to content

Commit

Permalink
Display version in help
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 21, 2020
1 parent ca64423 commit 8ea93ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgis_mapserver.cpp
Expand Up @@ -139,7 +139,7 @@ int main( int argc, char *argv[] )
}

QCommandLineParser parser;
parser.setApplicationDescription( QObject::tr( "QGIS Development Server" ) );
parser.setApplicationDescription( QObject::tr( "QGIS Development Server %1" ).arg( VERSION ) );
parser.addHelpOption();
parser.addVersionOption();
parser.addPositionalArgument( QStringLiteral( "addressAndPort" ),
Expand Down

0 comments on commit 8ea93ec

Please sign in to comment.