Move podman refresh under the container subcommand

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

Closes: 
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

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

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