From 0ced0b713ab8d28e53b781bfed83495d757a73a2 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Mon, 21 Jul 2014 17:31:27 +0100 Subject: Fix thin interface binding option Was --binding; now --address --- docs/installing/manual_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/installing/manual_install.md') 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. -- cgit v1.2.3