sic/src/options.ggo

28 lines
1.1 KiB
Plaintext
Raw Normal View History

2013-11-21 20:43:02 +01:00
package "siccc"
version "0"
2013-11-07 04:55:10 +01:00
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"
2013-11-21 20:43:02 +01:00
args "-C -a sic_conf -f cmd_parser --default-optional"
2013-11-07 04:27:40 +01:00
2013-11-21 20:43:02 +01:00
option "listen" l "Specifies the adress to bind to" string multiple default="::1"
option "port" p "The portnumber listened to" default="12380" int optional
2013-11-07 04:27:40 +01:00
option "saveconf" s "Save the actual configuration to a file" flag off
2013-11-21 20:43:02 +01:00
option "conffile" c "The Configurationfile to use" string default="./siccc.conf"
2013-11-07 04:27:40 +01:00
option "verbose" v "increas the verbosity" flag off
option "daemonize" D "Detach from calling terminal" flag off
2013-11-21 20:43:02 +01:00
option "dns" d "also start an dns fakeserver"
option "filedir" f "Directory for data storage. Musst be r/w able" string default="./files/"
2014-05-02 00:54:08 +02:00
option "janssons" j "Directory libjansson jasons db. Musst be r/w able" string default="./janssons/"
option "baseurl" b "Directory for data storage. Musst be r/w able" string default="/"