From e3fdb08488a5d0b5addd426c2d4e36b971e701b9 Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Mon, 18 Dec 2017 11:41:40 +1100 Subject: [PATCH] Updated cli.rst with a minimal mention of --host and --port options. --- docs/cli.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/cli.rst b/docs/cli.rst index 136e43e0..02e5e4ae 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -94,6 +94,9 @@ replaces the :meth:`Flask.run` method in most cases. :: * Serving Flask app "hello" * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) +The bind-address and port can be controlled using the `--host` and `--port` +options. + .. warning:: Do not use this command to run your application in production. Only use the development server during development. The development server is provided for convenience, but is not designed to be particularly secure,