X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=m4%2Fgengetopt%2Fclient.m4;h=f0bbc0bd8eadf2000e69f2f95e41b22c146f4080;hp=8ade508985e6012a0b67414f3792a213caca7945;hb=042767ce4032ee7bec7df1716411a175259cfbf1;hpb=2829202e393e4b0095d62739910ae56f04e83326 diff --git a/m4/gengetopt/client.m4 b/m4/gengetopt/client.m4 index 8ade5089..f0bbc0bd 100644 --- a/m4/gengetopt/client.m4 +++ b/m4/gengetopt/client.m4 @@ -1,9 +1,12 @@ +args "--unamed-opts=command --no-handle-error --conf-parser --no-handle-version --no-handle-help" + +purpose "Communicate with para_server through the paraslash control port." + include(header.m4) define(CURRENT_PROGRAM,para_client) define(DEFAULT_CONFIG_FILE,~/.paraslash/client.conf) define(DEFAULT_HISTORY_FILE,~/.paraslash/client.history) -args "--no-handle-error" option "hostname" i "ip or host to connect" string typestr="host" default="localhost" optional option "user" u "paraslash username" string typestr="username" default="" optional option "server_port" p "port to connect" int typestr="port" default="2990" optional