From 5600dd1ce3dae4bfea8846690b61c69bebd83ef2 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Fri, 9 Oct 2015 23:16:30 -0700 Subject: [PATCH] update readme for new -bind flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 295bfc3..924480c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Get release and run Command-line options -------------------- -- ```-b 127.0.0.1:8080``` -- what to bind to (default is 127.0.0.1:8080) +- ```-bind 127.0.0.1:8080``` -- what to bind to (default is 127.0.0.1:8080) - ```-sitename myLinx``` -- the site name displayed on top (default is linx) - ```-siteurl "http://mylinx.example.org/"``` -- the site url (for generating links) - ```-filespath files/"``` -- Path to store uploads (default is files/)