diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-06-21 15:11:45 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-22 19:26:46 +0000 |
commit | 9d80bc1dec2a8f3da320ea5e49824297f7828b27 (patch) | |
tree | bb81dbfcef3cd3795de3620e627eec1fc9147a88 /cmd/podman/main.go | |
parent | c3602075ec6ee535e2fbf3e4fcf2ecbd27fa22c9 (diff) | |
download | podman-9d80bc1dec2a8f3da320ea5e49824297f7828b27.tar.gz podman-9d80bc1dec2a8f3da320ea5e49824297f7828b27.tar.bz2 podman-9d80bc1dec2a8f3da320ea5e49824297f7828b27.zip |
Move podman refresh under the container subcommand
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #981
Approved by: baude
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r-- | cmd/podman/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go index 475d1bcbb..8ee86dd92 100644 --- a/cmd/podman/main.go +++ b/cmd/podman/main.go @@ -62,7 +62,6 @@ func main() { portCommand, pullCommand, pushCommand, - refreshCommand, restartCommand, rmCommand, rmiCommand, |