Move podman refresh under the container subcommand

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #981
Approved by: baude
This commit is contained in:
Matthew Heon
2018-06-21 15:11:45 -04:00
committed by Atomic Bot
parent c3602075ec
commit 9d80bc1dec
2 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,7 @@ var (
pauseCommand,
portCommand,
// pruneCommand,
refreshCommand,
restartCommand,
rmCommand,
runCommand,

View File

@ -62,7 +62,6 @@ func main() {
portCommand,
pullCommand,
pushCommand,
refreshCommand,
restartCommand,
rmCommand,
rmiCommand,