aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-07-21 17:31:27 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-21 17:38:18 +0100
commit0ced0b713ab8d28e53b781bfed83495d757a73a2 (patch)
tree2c89ac358eeb791d70f78c2b04c04d666011d2f1 /docs
parent61559c07cab586734702be4c74b591227269f959 (diff)
Fix thin interface binding option
Was --binding; now --address
Diffstat (limited to 'docs')
-rw-r--r--docs/installing/manual_install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md
index c257ffeac..85bc8aab2 100644
--- a/docs/installing/manual_install.md
+++ b/docs/installing/manual_install.md
@@ -400,7 +400,7 @@ Run the following to get the server running:
start
By default the server listens on all interfaces. You can restrict it to the
-localhost interface by adding `--binding=127.0.0.1`
+localhost interface by adding `--address=127.0.0.1`
The server should have told you the URL to access in your browser to see the
site in action.