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 /cmd | |
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 'cmd')
-rw-r--r-- | cmd/podman/container.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/container.go b/cmd/podman/container.go index 530175a55..839ae3a0e 100644 --- a/cmd/podman/container.go +++ b/cmd/podman/container.go @@ -54,6 +54,7 @@ var ( _checkpointCommand, _containerExistsCommand, _contInspectSubCommand, + _cpCommand, _diffCommand, _exportCommand, _createCommand, |