Merge pull request #29348 from lixiaobing10051267/masterMount

modify some wrong func information in device_tool.go
This commit is contained in:
Vincent Demeester 2016-12-13 12:23:43 +01:00 committed by GitHub
commit ce9960a9b2

View file

@ -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