Kaydet (Commit) 7bfb547a authored tarafından Ben Doan's avatar Ben Doan Kaydeden (comit) Joffrey F

removed unused/typoed param from models.containers.list docstring

Signed-off-by: 's avatarBen Doan <ben@bendoan.me>
üst 9a45539e
...@@ -726,7 +726,7 @@ class ContainerCollection(Collection): ...@@ -726,7 +726,7 @@ class ContainerCollection(Collection):
Args: Args:
all (bool): Show all containers. Only running containers are shown all (bool): Show all containers. Only running containers are shown
by default trunc (bool): Truncate output by default
since (str): Show only containers created since Id or Name, include since (str): Show only containers created since Id or Name, include
non-running ones non-running ones
before (str): Show only container created before Id or Name, before (str): Show only container created before Id or Name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment