diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-12 23:58:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-12 23:58:50 +0200 |
commit | b43a36d7a3974a27eab7c73e5e0dd1a107bac95d (patch) | |
tree | 49eaf9b3ce6df3ad2e04ae783328434acb462e92 /completions | |
parent | 20772182e6a9f82403a668d228dfd81c8df06821 (diff) | |
parent | b94ea07265045f447572c264ef62e7960f484b58 (diff) | |
download | podman-b43a36d7a3974a27eab7c73e5e0dd1a107bac95d.tar.gz podman-b43a36d7a3974a27eab7c73e5e0dd1a107bac95d.tar.bz2 podman-b43a36d7a3974a27eab7c73e5e0dd1a107bac95d.zip |
Merge pull request #3978 from baude/networkremove
enhance podman network rm
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 041703810..4bc387871 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1032,6 +1032,8 @@ _podman_network_rm() { local options_with_args=" " local boolean_options=" + --force + -f --help -h " |