Skip to content

Commit

Permalink
Remote the help parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Bobukh committed Jul 30, 2014
1 parent 1dcb267 commit 3bb5c36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cocaine-worker/src/main/java/cocaine/WorkerOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ public class WorkerOptions {
@Parameter(names = "--locator", required = true)
private String locator;

@Parameter(names = "--help", help = true)
private boolean help;

public int getDisownTimeout() {
return disownTimeout;
}
Expand Down

0 comments on commit 3bb5c36

Please sign in to comment.