Skip to content

Commit

Permalink
Remove redundant command usage when authentication exception. (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
murong00 authored and merlimat committed Jun 20, 2019
1 parent 22db5b6 commit 37476bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public int run(String[] args) {
} catch (UnsupportedAuthenticationException exp) {
System.out.println("Failed to load an authentication plugin");
exp.printStackTrace();
commandParser.usage();
return -1;
}

Expand Down

0 comments on commit 37476bb

Please sign in to comment.