Add zsh completion for new prune commands

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
Steve Durrheimer
2016-11-10 20:51:44 +01:00
committed by Tibor Vass
parent 9af599ffc5
commit f2e2ba5d43
2 changed files with 24 additions and 4 deletions

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
```