diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-25 06:46:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 06:46:17 -0400 |
commit | 1077d2d0b72d027a01080c0d3ebdb7d99a969661 (patch) | |
tree | fd6b32e485b0985cff943a2084258fd991a9ec35 /completions/bash | |
parent | 3fec749f56627fa955f8529392be2c1edcdab452 (diff) | |
parent | e704f1362abc416786076a932d8e2ca930b9fa2e (diff) | |
download | podman-1077d2d0b72d027a01080c0d3ebdb7d99a969661.tar.gz podman-1077d2d0b72d027a01080c0d3ebdb7d99a969661.tar.bz2 podman-1077d2d0b72d027a01080c0d3ebdb7d99a969661.zip |
Merge pull request #6321 from Luap99/podman-generate-systemd-unit-prefix
Allow to change the generated systemd unit name prefix
Diffstat (limited to 'completions/bash')
-rw-r--r-- | completions/bash/podman | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 9baf7901e..8f02a4b36 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2838,7 +2838,10 @@ _podman_generate_systemd() { local options_with_args=" --restart-policy -t - --time" + --time + --container-prefix + --pod-prefix + --separator" local boolean_options=" -h |