about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-03-05 16:00:07 +0100
committersternenseemann <git@lukasepple.de>2017-03-05 16:00:07 +0100
commit43a7f1dabe7b314dbec6e07093917b40de583559 (patch)
treecdb38413a69b0e1c70f6a1cce5302f50651257a2
parentc78bca68df51fc46fbe6064d6b8fb43459711001 (diff)
Fix documentation
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0775755..44ccc4e 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ In this particular example, gopher-proxy would proxy the `foo.org` gopher server
 These are all optional flags which allow to change default behavior:
 
 * `--port`: The port of the gopher server, defaults to `70`
-* `--css-url`: Use some specific css file instead of the default one.
+* `--css-path`: Use some specific css file instead of the default one.
 * `--css-url`: The http path of the css file, defaults to `/gopher-proxy.css` (should be changed, if your gopher server has a file with the same name
 * `--base-url`: The path of the directory which will appear as root directory of gopher-proxy to the user, defaults to `/`. Should be changed if you configured your proxying web server to expose gopher-proxy as, say `/gopher-space/`.
 * `--listen-public`: If this flag is set, gopher-proxy will accept connections on its public IP address(es).