X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=m4%2Fgengetopt%2Fclient.m4;h=0530d39551993fb5b9ec35641f975732c4b84068;hb=0879c9de4eaf8c78131c243d8e9fec013df0d14a;hp=6b589dc7c46b88ff7879af9c522e92af6b4bef88;hpb=dddf554290fd65bd55b2b4d2cd796147d6df4712;p=paraslash.git diff --git a/m4/gengetopt/client.m4 b/m4/gengetopt/client.m4 index 6b589dc7..0530d395 100644 --- a/m4/gengetopt/client.m4 +++ b/m4/gengetopt/client.m4 @@ -1,4 +1,6 @@ -args "--unamed-opts=command --no-handle-error" +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) @@ -7,8 +9,8 @@ define(DEFAULT_HISTORY_FILE,~/.paraslash/client.history) 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 -option "key_file" k "(default='~/.paraslash/key.')" string typestr="filename" optional +option "server-port" p "port to connect" int typestr="port" default="2990" optional +option "key-file" k "(default='~/.paraslash/key.')" string typestr="filename" optional include(loglevel.m4)