diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-22 16:27:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-22 16:27:30 +0200 |
commit | e0376b9c3f9af07d9e58a04a7cd58a7c065305e3 (patch) | |
tree | 79827018a55478e0688033ee8130d81919be36c8 /completions/bash/podman | |
parent | 9db66b2fe346101b05e45f33ef38ed09e163f718 (diff) | |
parent | baed81029b74c8d801ea9d5cf67a78005472e6ed (diff) | |
download | podman-e0376b9c3f9af07d9e58a04a7cd58a7c065305e3.tar.gz podman-e0376b9c3f9af07d9e58a04a7cd58a7c065305e3.tar.bz2 podman-e0376b9c3f9af07d9e58a04a7cd58a7c065305e3.zip |
Merge pull request #3108 from rhatdan/flags
Fixup Flags
Diffstat (limited to 'completions/bash/podman')
-rw-r--r-- | completions/bash/podman | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index e3c0c1dbf..60d5fde52 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -968,7 +968,7 @@ _podman_container() { export inspect kill - ls + list logs mount pause @@ -979,6 +979,7 @@ _podman_container() { restore rm run + runlabel start stats stop @@ -1145,7 +1146,6 @@ _podman_build() { --runtime-flag --security-opt --shm-size - --signature-policy -t --tag --ulimit @@ -1564,7 +1564,6 @@ _podman_pull() { --authfile --creds --cert-dir - --signature-policy " local boolean_options=" --all-tags @@ -1655,7 +1654,6 @@ _podman_push() { -h --quiet -q - --remove-signatures --tls-verify " @@ -1665,7 +1663,6 @@ _podman_push() { --cert-dir --creds --sign-by - --signature-policy " local all_options="$options_with_args $boolean_options" @@ -2366,7 +2363,6 @@ _complete_() { _podman_load() { local options_with_args=" --input -i - --signature-policy " local boolean_options=" --help @@ -2492,7 +2488,6 @@ _podman_play_kube() { --authfile --cert-dir --creds - --signature-policy " local boolean_options=" @@ -2535,7 +2530,6 @@ _podman_container_runlabel() { --cert-dir --creds --name - --signature-policy " local boolean_options=" |