Add zsh completion for new prune commands

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
Steve Durrheimer
2017-06-02 00:10:36 +00:00
committed by Tibor Vass
parent 9af599ffc5
commit f2e2ba5d43
2 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Usage: docker system prune [OPTIONS]
Delete unused data
Options:
-a, --all Remove all unused images not just dangling ones
-a, --all Remove all unused data not just dangling ones
-f, --force Do not prompt for confirmation
--help Print usage
```