diff options
| author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-12-07 09:06:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-07 09:06:03 -0800 |
| commit | 5073638d83b4f466fda434e6a06ad8bab9eef321 (patch) | |
| tree | d33bd9755a879f27b446c9eb2a80613894cbaff7 /completions/bash | |
| parent | d266460f7bdd8d49835c8228fe16706915f92796 (diff) | |
| parent | 52098941000794180a358a6983237cc6c4d30fc1 (diff) | |
| download | podman-5073638d83b4f466fda434e6a06ad8bab9eef321.tar.gz podman-5073638d83b4f466fda434e6a06ad8bab9eef321.tar.bz2 podman-5073638d83b4f466fda434e6a06ad8bab9eef321.zip | |
Merge pull request #1953 from baude/podstoptimeout
add timeout to pod stop
Diffstat (limited to 'completions/bash')
| -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 eab82ec1f..9a8adb502 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2478,6 +2478,8 @@ _podman_pod_start() { _podman_pod_stop() { local options_with_args=" + -t + --timeout " local boolean_options=" |
