From 762ffda95d9ddd4f75fa94971ac85c52389648c1 Mon Sep 17 00:00:00 2001 From: Bert Goethals Date: Tue, 4 Nov 2014 17:49:39 +0100 Subject: [PATCH] makes the -s --size option documentation clearer --- docs/man/docker-ps.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/docker-ps.1.md b/docs/man/docker-ps.1.md index bf22d87da5..9a9ae70c4c 100644 --- a/docs/man/docker-ps.1.md +++ b/docs/man/docker-ps.1.md @@ -46,7 +46,7 @@ the running containers. Only display numeric IDs. The default is *false*. **-s**, **--size**=*true*|*false* - Display sizes. The default is *false*. + Display total file sizes. The default is *false*. **--since**="" Show only containers created since Id or Name, include non-running ones.