Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
None
Description
In LaunchBackup, we currently do
if ( args[i].equals("--help") || args.length == 0) { usage(); }
Since this happens in a loop on the args array, the second operand of the "or" will never be true.
Checklists
Acceptance criteria