class and file docs
This commit is contained in:
parent
05eac44a4c
commit
38e89d628b
2 changed files with 19 additions and 4 deletions
|
|
@ -160,7 +160,7 @@ public class JobServClient {
|
|||
|
||||
// Client entrypoint
|
||||
public static void main(String[] args) throws Exception {
|
||||
if (args.length == 1 && args[0] == "--help"){
|
||||
if (args.length == 1 && args[0] == "help"){
|
||||
outputHelp();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue