diff options
author | Kunal Kushwaha <kunal.kushwaha@gmail.com> | 2019-11-29 15:18:12 +0900 |
---|---|---|
committer | Kunal Kushwaha <kunal.kushwaha@gmail.com> | 2019-12-02 11:47:56 +0900 |
commit | bca01ed46121aebd7b770cd98130f1b14834fc91 (patch) | |
tree | 02c95c5d0adc50478ee1e15bd2959fea87216d6f /completions/bash | |
parent | 10c37a2c93c76fb698e41dbdf076793c9a16d02b (diff) | |
download | podman-bca01ed46121aebd7b770cd98130f1b14834fc91.tar.gz podman-bca01ed46121aebd7b770cd98130f1b14834fc91.tar.bz2 podman-bca01ed46121aebd7b770cd98130f1b14834fc91.zip |
man page updated with examples of filter option
examples with filter added
Signed-off-by: Kunal Kushwaha <kunal.kushwaha@gmail.com>
Diffstat (limited to 'completions/bash')
-rw-r--r-- | completions/bash/podman | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 6d145030f..f1f64e347 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2816,9 +2816,12 @@ _podman_images_prune() { _podman_container_prune() { local options_with_args=" + --filter " local boolean_options=" + -f + --force -h --help " |