X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fkiak.git;a=blobdiff_plain;f=usage;h=d740aca8aa9acd8a38e88bed617bd23bbff69c23;hp=3390c498df497de9684bcad2dd817a96b0e6df4f;hb=01bded344986da59b5b34091b85979e116a85693;hpb=981f7c49567699addfa54664745b71fab2531b21 diff --git a/usage b/usage index 3390c49..d740aca 100644 --- a/usage +++ b/usage @@ -32,9 +32,9 @@ ROUTING bindings may be established by separating the key:value pairs with ',' commas. (www:./www) e.g. Service a typical frontpage - -i./html/index.html -bjs:./js,html:./html,css:./css + -i ./html/index.html -b js:./js,html:./html,css:./css e.g. Route-based http hosting - -buser1:/home/user1/www,user2:/home/user2/www + -b user1:/home/user1/www,user2:/home/user2/www -e, --electron=string Specify a route name for the local electron render window which will be launched on execution (nil) @@ -43,7 +43,7 @@ ROUTING -d, --dedicated=string Route all incoming connections to this route (nil) - can be used in conjunction with '-e' for single-user e.g. Create a dedicated electron listener - - strapp -edefault -ddefault + $ strapp -e default -d default - All routes point to 'default' which is bound to the local electron window. No other hosts may be established, so no remote hosts may exist @@ -53,4 +53,4 @@ COMPATIBILITY long-polling and AJAX fallbacks (false) - enables optional socket.io dependency -(c)2017 jk software +(c)2017 loljk