diff options
Diffstat (limited to 'cmd/podman/commit.go')
-rw-r--r-- | cmd/podman/commit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/commit.go b/cmd/podman/commit.go index 9e468c2d9..ce8e99dd4 100644 --- a/cmd/podman/commit.go +++ b/cmd/podman/commit.go @@ -32,7 +32,7 @@ var ( }, cli.StringFlag{ Name: "author, a", - Usage: "Set the author for the image comitted", + Usage: "Set the author for the image committed", }, cli.BoolTFlag{ Name: "pause, p", |