Ver código fonte

Merge pull request #29348 from lixiaobing10051267/masterMount

modify some wrong func information in device_tool.go
Vincent Demeester 8 anos atrás
pai
commit
ce9960a9b2
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      contrib/docker-device-tool/device_tool.go

+ 1 - 1
contrib/docker-device-tool/device_tool.go

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