Continuation of commit 31143cf
This commit is contained in:
parent
31143cfbfb
commit
70f49e7e98
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue