summaryrefslogtreecommitdiff
path: root/docs/sources/examples/python_web_app.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/examples/python_web_app.rst')
-rw-r--r--docs/sources/examples/python_web_app.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/examples/python_web_app.rst b/docs/sources/examples/python_web_app.rst
index 5b8e3f6b4b..33c038f9ab 100644
--- a/docs/sources/examples/python_web_app.rst
+++ b/docs/sources/examples/python_web_app.rst
@@ -51,7 +51,7 @@ try things out, and then exit when you're done.
.. code-block:: bash
- $ sudo docker run -i -t -name pybuilder_run shykes/pybuilder bash
+ $ sudo docker run -i -t --name pybuilder_run shykes/pybuilder bash
$$ URL=http://github.com/shykes/helloflask/archive/master.tar.gz
$$ /usr/local/bin/buildapp $URL