fixed help output
This commit is contained in:
parent
da4d92de60
commit
84ad967a98
1 changed files with 4 additions and 4 deletions
|
|
@ -73,14 +73,14 @@ public class JobServClient {
|
|||
"Garners (lines) lines of output from process (pid) on server\n"+
|
||||
"example: ./client key.pem cert.crt ca.crt localhost 8448 output 0 5\n\n"+
|
||||
"... status (pid)\n"+
|
||||
"Returns whether process on server is running"+
|
||||
"Returns whether process on server is running\n"+
|
||||
"example: ./client key.pem cert.crt ca.crt localhost 8448 status 0\n\n"+
|
||||
"... return (pid)\n"+
|
||||
"Collects return code from remote process\n"+
|
||||
"example: ./client key.pem cert.crt ca.crt localhost 8448 return 0\n\n"+
|
||||
"... kill (pid)"+
|
||||
"Immediately destroys remote process"+
|
||||
"example: ./client key.pem cert.crt ca.crt localhost 8448 kill 0\n\n");
|
||||
"... kill (pid)\n"+
|
||||
"Immediately destroys remote process\n"+
|
||||
"example: ./client key.pem cert.crt ca.crt localhost 8448 kill 0");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue