diff --git a/src/main/java/net/vhati/modmanager/cli/SlipstreamCLI.java b/src/main/java/net/vhati/modmanager/cli/SlipstreamCLI.java index 4a87b4c..d3254d0 100644 --- a/src/main/java/net/vhati/modmanager/cli/SlipstreamCLI.java +++ b/src/main/java/net/vhati/modmanager/cli/SlipstreamCLI.java @@ -68,7 +68,7 @@ public class SlipstreamCLI { commandLine.parse( args ); } 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.exit( 1 );