fixed help output

This commit is contained in:
Aidan Hahn 2019-05-26 22:13:34 -07:00
parent da4d92de60
commit 84ad967a98
No known key found for this signature in database
GPG key ID: 327711E983899316

View file

@ -73,14 +73,14 @@ public class JobServClient {
"Garners (lines) lines of output from process (pid) on server\n"+ "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"+ "example: ./client key.pem cert.crt ca.crt localhost 8448 output 0 5\n\n"+
"... status (pid)\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"+ "example: ./client key.pem cert.crt ca.crt localhost 8448 status 0\n\n"+
"... return (pid)\n"+ "... return (pid)\n"+
"Collects return code from remote process\n"+ "Collects return code from remote process\n"+
"example: ./client key.pem cert.crt ca.crt localhost 8448 return 0\n\n"+ "example: ./client key.pem cert.crt ca.crt localhost 8448 return 0\n\n"+
"... kill (pid)"+ "... kill (pid)\n"+
"Immediately destroys remote process"+ "Immediately destroys remote process\n"+
"example: ./client key.pem cert.crt ca.crt localhost 8448 kill 0\n\n"); "example: ./client key.pem cert.crt ca.crt localhost 8448 kill 0");
} }
/* /*