Add bash completion for system df --format

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 3e646fed80
Component: cli
This commit is contained in:
Harald Albers
2017-06-02 00:11:04 +00:00
committed by Tibor Vass
parent ea8bb1038b
commit aa463e4b97
2 changed files with 10 additions and 3 deletions
@@ -21,8 +21,9 @@ Usage: docker system df [OPTIONS]
Show docker filesystem usage
Options:
--help Print usage
-v, --verbose Show detailed information on space usage
--format string Pretty-print images using a Go template
--help Print usage
-v, --verbose Show detailed information on space usage
```
## Description