Merge pull request #29348 from lixiaobing10051267/masterMount
modify some wrong func information in device_tool.go
This commit is contained in:
commit
ce9960a9b2
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ func main() {
|
|||
|
||||
err := devices.MountDevice(args[1], args[2], "")
|
||||
if err != nil {
|
||||
fmt.Println("Can't create snap device: ", err)
|
||||
fmt.Println("Can't mount device: ", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue