From 918b73cd05aa88ce453bd03f84696fdea4a7870b Mon Sep 17 00:00:00 2001 From: Ivan Bodunov Date: Wed, 30 Jan 2019 13:28:45 +0200 Subject: For consistency in usage output the verbs changed from 3rd person to 1st person. Signed-off-by: Ivan Bodunov --- cmd/podman/umount.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/umount.go') diff --git a/cmd/podman/umount.go b/cmd/podman/umount.go index 7c9b5897b..42f169228 100644 --- a/cmd/podman/umount.go +++ b/cmd/podman/umount.go @@ -34,7 +34,7 @@ An unmount can be forced with the --force flag. umountCommand = cli.Command{ Name: "umount", Aliases: []string{"unmount"}, - Usage: "Unmounts working container's root filesystem", + Usage: "Unmount working container's root filesystem", Description: description, Flags: sortFlags(umountFlags), Action: umountCmd, -- cgit v1.2.3-54-g00ecf