summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCameron Maske <cameronmaske@gmail.com>2014-08-22 10:14:51 -0400
committerCameron Maske <cameronmaske@gmail.com>2014-08-22 10:14:51 -0400
commit5800c4ab0676935cfe9c3fed77813d8a9b552b14 (patch)
tree0c4960e56bbec4f3d4fb0103afcf1832afb0316e /README.md
parent710f3725b69c8c8ed25c5e8f8561710e7144a23a (diff)
downloaddocker-py-5800c4ab0676935cfe9c3fed77813d8a9b552b14.tar.gz
Allow pushing a single tag.
Closes #282
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba06c86..442123b 100644
--- a/README.md
+++ b/README.md
@@ -201,7 +201,7 @@ c.pull(repository, tag=None, stream=False)
Identical to the `docker pull` command.
```python
-c.push(repository, stream=False)
+c.push(repository, tag=None, stream=False)
```
Identical to the `docker push` command.