sic/src/options.ggo

20 lines
791 B
Plaintext

#package and version are taken from autoconf
purpose "This is our port of the famous „sharingg is carin“ application by Astro of C3D2: Instant filesharing made simple for $HOME networks. The Port to C++ is meant as a C++ training and to allow SIC to be deployed to small and embedded plattforms"
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 "port" p "The portnumber listened to" default="12380" int
option "saveconf" s "Save the actual configuration to a file" flag off
option "conffile" f "The Configurationfile to use" string default="/etc/triggerd.conf"
option "verbose" v "increas the verbosity" flag off
option "daemonize" D "Detach from calling terminal" flag off