option parsing bug 0

This commit is contained in:
john stone 2013-11-07 04:51:02 +01:00
parent 47b340a57e
commit fc54fe5acf
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([sic++],[0.1])
AC_INIT([siccc],[0.1])
AC_PREREQ([2.64])
AC_CONFIG_SRCDIR([src/sicmain.cc])
AC_CONFIG_HEADERS([src/config.h])

View File

@ -5,8 +5,7 @@ purpose "This is our port of the famous „sharingg is carin“ application by A
args "-C -a sic_conf -f cmd_parser"
option "listen" l "Specifies the adress to bind to" default="::1" string required multiple typestr="LIBRARY
"
option "listen" l "Specifies the adress to bind to" default="::1" string required multiple
option "port" p "The portnumber listened to" default="12380" int
option "saveconf" s "Save the actual configuration to a file" flag off