Continuation of commit 31143cf

This commit is contained in:
Vhati 2017-12-27 12:22:49 -05:00
parent 31143cfbfb
commit 70f49e7e98

View file

@ -68,7 +68,7 @@ public class SlipstreamCLI {
commandLine.parse( args ); commandLine.parse( args );
} }
catch ( ParameterException e ) { catch ( ParameterException e ) {
//For multiple subcommands, commandLine.getCommandLine() returns the one that failed. //For multiple subcommands, e.getCommandLine() returns the one that failed.
System.err.println( "Error parsing commandline: "+ e.getMessage() ); System.err.println( "Error parsing commandline: "+ e.getMessage() );
System.exit( 1 ); System.exit( 1 );