Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Include public key as password in help (#276)
Browse files Browse the repository at this point in the history
* Include public key as password in help
  • Loading branch information
DaCoolX authored Jun 26, 2020
1 parent 2b2e5cc commit 0674539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/sheepit/client/standalone/Worker.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class Worker {

@Option(name = "-login", usage = "User's login", metaVar = "LOGIN", required = false) private String login = "";

@Option(name = "-password", usage = "User's password", metaVar = "PASSWORD", required = false) private String password = "";
@Option(name = "-password", usage = "User's password or public key (accessible under the Keys tab of the profile page)", metaVar = "PASSWORD", required = false) private String password = "";

@Option(name = "-cache-dir", usage = "Cache/Working directory. Caution, everything in it not related to the render-farm will be removed", metaVar = "/tmp/cache", required = false) private String cache_dir = null;

Expand Down

0 comments on commit 0674539

Please sign in to comment.