Skip to content

Commit 620bc28

Browse files
author
Ma Shimiao
committed
generate: add format description for --tmpfs
As mentioned in issue/#280, wihtout foramt description, user may be confused to how to use --tmpfs Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1 parent 893d9e3 commit 620bc28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/oci-runtime-tool/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ var generateFlags = []cli.Flag{
8282
cli.StringFlag{Name: "selinux-label", Usage: "process selinux label"},
8383
cli.StringSliceFlag{Name: "sysctl", Usage: "add sysctl settings e.g net.ipv4.forward=1"},
8484
cli.StringFlag{Name: "template", Usage: "base template to use for creating the configuration"},
85-
cli.StringSliceFlag{Name: "tmpfs", Usage: "mount tmpfs"},
85+
cli.StringSliceFlag{Name: "tmpfs", Usage: "mount tmpfs e.g. ContainerDIR[:OPTIONS...]"},
8686
cli.BoolFlag{Name: "tty", Usage: "allocate a new tty for the container process"},
8787
cli.IntFlag{Name: "uid", Usage: "uid for the process"},
8888
cli.StringSliceFlag{Name: "uidmappings", Usage: "add UIDMappings e.g HostID:ContainerID:Size"},

0 commit comments

Comments
 (0)