diff options
Diffstat (limited to 'cmd/podman/push.go')
-rw-r--r-- | cmd/podman/push.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/push.go b/cmd/podman/push.go index caec080de..74882adb2 100644 --- a/cmd/podman/push.go +++ b/cmd/podman/push.go @@ -68,7 +68,7 @@ var ( pushCommand = cli.Command{ Name: "push", - Usage: "push an image to a specified destination", + Usage: "Push an image to a specified destination", Description: pushDescription, Flags: pushFlags, Action: pushCmd, |