Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -122,6 +122,7 @@ public int run(String[] args) {
// it will default to the values passed in by the constructor
} catch (UnsupportedAuthenticationException exp) {
System.out.println("Failed to load an authentication plugin");
exp.printStackTrace();
commandParser.usage();
return -1;
}

0 comments on commit d2f6f62

Please sign in to comment.