We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1309384 + 97cee75 commit 4dc698dCopy full SHA for 4dc698d
1 file changed
cmd/ctr/commands/images/unmount.go
@@ -43,7 +43,7 @@ var unmountCommand = cli.Command{
43
target = context.Args().First()
44
)
45
if target == "" {
46
- return fmt.Errorf("please provide a target path to mount to")
+ return fmt.Errorf("please provide a target path to unmount from")
47
}
48
49
client, ctx, cancel, err := commands.NewClient(context)
0 commit comments