Skip to content

Commit 97cee75

Browse files
Li NingLi Ning
authored andcommitted
ctr: fix the incorrect image unmount error hint
Signed-off-by: Li Ning <lining@cmss.chinamobile.com>
1 parent 687fcd7 commit 97cee75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ctr/commands/images/unmount.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var unmountCommand = cli.Command{
4343
target = context.Args().First()
4444
)
4545
if target == "" {
46-
return fmt.Errorf("please provide a target path to mount to")
46+
return fmt.Errorf("please provide a target path to unmount from")
4747
}
4848

4949
client, ctx, cancel, err := commands.NewClient(context)

0 commit comments

Comments
 (0)