diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-29 20:46:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-29 20:46:09 +0200 |
commit | 8422503f4311555ecb799449b371ad1600a8020f (patch) | |
tree | 505e5b49df34b0e42d6ca49b9651e0c4ef4ba363 /completions | |
parent | 8a8db34131c213c3880940284c2fa278ae48cd7d (diff) | |
parent | 635c161f38aa68c40d98b108f6a3b12f0e36a58a (diff) | |
download | podman-8422503f4311555ecb799449b371ad1600a8020f.tar.gz podman-8422503f4311555ecb799449b371ad1600a8020f.tar.bz2 podman-8422503f4311555ecb799449b371ad1600a8020f.zip |
Merge pull request #3221 from josegonzalez/master
Add missing 'container cp' alias and document missing 'container update' command
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 5b23e12dc..98038d19c 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -769,6 +769,10 @@ _podman_container_commit() { _podman_commit } +_podman_container_cp() { + _podman_cp +} + _podman_container_create() { _podman_create } @@ -966,6 +970,7 @@ _podman_container() { attach checkpoint commit + cp create diff exec |