diff options
author | Ivan Bodunov <ivan.bodunov@gmail.com> | 2019-01-30 13:28:45 +0200 |
---|---|---|
committer | Ivan Bodunov <ivan.bodunov@gmail.com> | 2019-01-30 14:10:33 +0200 |
commit | 918b73cd05aa88ce453bd03f84696fdea4a7870b (patch) | |
tree | 5aca01f60140473a4e9062cbff0e3371bf5ae609 /cmd/podman/umount.go | |
parent | b01ec95bda1f0398e62be85aeade70f2e6a1ca8d (diff) | |
download | podman-918b73cd05aa88ce453bd03f84696fdea4a7870b.tar.gz podman-918b73cd05aa88ce453bd03f84696fdea4a7870b.tar.bz2 podman-918b73cd05aa88ce453bd03f84696fdea4a7870b.zip |
For consistency in usage output the verbs changed from 3rd person to 1st person.
Signed-off-by: Ivan Bodunov <ivan.bodunov@gmail.com>
Diffstat (limited to 'cmd/podman/umount.go')
-rw-r--r-- | cmd/podman/umount.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, |