Skip to content

Commit

Permalink
Display help no args
Browse files Browse the repository at this point in the history
  • Loading branch information
Adri7 committed Oct 28, 2016
1 parent eecf79b commit 9729663
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ public void launch() {
printOut(bundle.getString("unknownCommand").replace("%1", first));
displayHelp();
}
} else {
displayHelp();
}
}

Expand Down

0 comments on commit 9729663

Please sign in to comment.