Skip to content

Commit 1401802

Browse files
committed
Fix cmd-line parameter names in doc
1 parent f1b7c9c commit 1401802

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ CHANGES
88

99
- Add `router.resources()` view
1010

11+
- Fix cmd-line parameter names in doc
12+
1113
0.21.0 (02-04-2016)
1214
--------------------
1315

docs/web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Command Line Interface (CLI)
5252
:mod:`aiohttp.web` implements a basic CLI for quickly serving an
5353
:class:`Application` in *development* over TCP/IP::
5454

55-
$ python -m aiohttp.web -n localhost -p 8080 package.module.init_func
55+
$ python -m aiohttp.web -H localhost -P 8080 package.module.init_func
5656

5757
``package.module.init_func`` should be an importable :term:`callable` that
5858
accepts a list of any non-parsed command-line arguments and returns an

0 commit comments

Comments
 (0)