1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

modify some wrong func information in device_tool.go

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
lixiaobing10051267 2016-12-13 15:57:00 +08:00
parent e9076c0f00
commit cde57a0d56

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