Skip to content

Commit a1da0e4

Browse files
committed
📝 Fix readme for new argparse bits.
1 parent 91a9f3b commit a1da0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pip install kubernetes-wsgi
1515
To launch your application:
1616

1717
```
18-
python -m kubernetes_wsgi myapp 8000
18+
python -m kubernetes_wsgi myapp --port 8000
1919
```
2020

2121
where `myapp` is an importable module name containing your WSGI application function.

0 commit comments

Comments
 (0)