Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
| ... | ... |
@@ -362,7 +362,7 @@ __docker_complete_ps_filters() {
|
| 362 | 362 |
;; |
| 363 | 363 |
esac |
| 364 | 364 |
else |
| 365 |
- opts=('ancestor' 'before' 'exited' 'health' 'id' 'label' 'name' 'network' 'since' 'status' 'volume')
|
|
| 365 |
+ opts=('ancestor' 'before' 'exited' 'expose' 'health' 'id' 'label' 'name' 'network' 'publish' 'since' 'status' 'volume')
|
|
| 366 | 366 |
_describe -t filter-opts "Filter Options" opts -qS "=" && ret=0 |
| 367 | 367 |
fi |
| 368 | 368 |
|