We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b7c9c commit 1401802Copy full SHA for 1401802
CHANGES.txt
@@ -8,6 +8,8 @@ CHANGES
8
9
- Add `router.resources()` view
10
11
+- Fix cmd-line parameter names in doc
12
+
13
0.21.0 (02-04-2016)
14
--------------------
15
docs/web.rst
@@ -52,7 +52,7 @@ Command Line Interface (CLI)
52
:mod:`aiohttp.web` implements a basic CLI for quickly serving an
53
:class:`Application` in *development* over TCP/IP::
54
55
- $ python -m aiohttp.web -n localhost -p 8080 package.module.init_func
+ $ python -m aiohttp.web -H localhost -P 8080 package.module.init_func
56
57
``package.module.init_func`` should be an importable :term:`callable` that
58
accepts a list of any non-parsed command-line arguments and returns an
0 commit comments