Skip to content

Commit bd4a85d

Browse files
author
Ma Shimiao
authored
Merge pull request #281 from Mashimiao/generate-fix-tmpfs-description
generate: add format description for --tmpfs
2 parents b746e03 + 620bc28 commit bd4a85d

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)