X-Git-Url: https://git.kengrimes.com/?p=henge%2Fkiak.git;a=blobdiff_plain;f=usage;h=d740aca8aa9acd8a38e88bed617bd23bbff69c23;hp=3390c498df497de9684bcad2dd817a96b0e6df4f;hb=4818299175c62e9ce3179814b0823e24ecb470a8;hpb=69de98364f738e698acf96e9a4430e702495f87f 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