From f49b98c61019ac04dccd6b3d5bc0c6af7857b17e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 24 Aug 2020 15:45:31 -0400 Subject: Document override-arch and override-os Signed-off-by: Daniel J Walsh --- completions/bash/podman | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'completions/bash/podman') diff --git a/completions/bash/podman b/completions/bash/podman index ca2c93153..6492da2b3 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1980,12 +1980,15 @@ _podman_manifest_remove() { _podman_pull() { local options_with_args=" --authfile - --creds --cert-dir + --creds + --override-arch + --override-os " local boolean_options=" --all-tags -a + --disable-content-trust --help -h --quiet @@ -2160,6 +2163,8 @@ _podman_container_run() { --no-healthcheck --no-hosts --oom-score-adj + --override-arch + --override-os --pid --pids-limit --pod -- cgit v1.2.3-54-g00ecf