keep the lower case letter for flag info

Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
yanggang
2022-11-15 14:01:43 +08:00
parent 79a0b1ae7b
commit 3abcfb5c07
5 changed files with 9 additions and 9 deletions

View File

@@ -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(),
},
),