sic/src/options.ggo

21 lines
769 B
Plaintext
Raw Normal View History

2013-11-07 04:55:10 +01:00
package "<packname>"
version "<version>"
2013-11-07 04:27:40 +01:00
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"
2013-11-07 04:51:02 +01:00
option "listen" l "Specifies the adress to bind to" default="::1" string required multiple
2013-11-07 04:27:40 +01:00
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