Add missing carriage return after version details

This commit is contained in:
Arnaud Héritier 2013-06-02 21:32:45 +02:00
parent 4ec06bf67c
commit 4e24edbcfe
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ private void version( CliRequest cliRequest )
{
if ( cliRequest.debug || cliRequest.commandLine.hasOption( CLIManager.SHOW_VERSION ) )
{
System.out.print( CLIReportingUtils.showVersion() );
System.out.println( CLIReportingUtils.showVersion() );
}
}