Description
JetspeedDeploy cannot be invoked from the command line with the "-s" flag, because the check in line 48 checks that the first argument is the option (which matches the usage hint), but the actual invocation of the class (line 59) passes the first argument as infile (i.e. "-s", which is not found, of course).