diff options
-rw-r--r-- | docs/installing/manual_install.md | 2 |
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. |