keep the lower case letter for flag info
Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
		| @@ -41,11 +41,11 @@ When you are done, use the unmount command. | ||||
| 	Flags: append(append(commands.RegistryFlags, append(commands.SnapshotterFlags, commands.LabelFlag)...), | ||||
| 		cli.BoolFlag{ | ||||
| 			Name:  "rw", | ||||
| 			Usage: "Enable write support on the mount", | ||||
| 			Usage: "enable write support on the mount", | ||||
| 		}, | ||||
| 		cli.StringFlag{ | ||||
| 			Name:  "platform", | ||||
| 			Usage: "Mount the image for the specified platform", | ||||
| 			Usage: "mount the image for the specified platform", | ||||
| 			Value: platforms.DefaultString(), | ||||
| 		}, | ||||
| 	), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 yanggang
					yanggang