X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=m4%2Fgengetopt%2Fclient.m4;h=0530d39551993fb5b9ec35641f975732c4b84068;hp=f0bbc0bd8eadf2000e69f2f95e41b22c146f4080;hb=bc15c3ff65eb00e04ebc303cfa9ee3d1a4675b35;hpb=79d6515d49cdb0a91ff7c4a599f2d63cb5678032 diff --git a/m4/gengetopt/client.m4 b/m4/gengetopt/client.m4 index f0bbc0bd..0530d395 100644 --- a/m4/gengetopt/client.m4 +++ b/m4/gengetopt/client.m4 @@ -1,6 +1,6 @@ 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." +purpose "Communicate with para_server through the paraslash control port" include(header.m4) define(CURRENT_PROGRAM,para_client) @@ -9,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)