diff --git a/completions/bash/oci-runtime-tool b/completions/bash/oci-runtime-tool index a9051fe55..b74423546 100755 --- a/completions/bash/oci-runtime-tool +++ b/completions/bash/oci-runtime-tool @@ -130,9 +130,13 @@ __oci-runtime-tool_complete_compliance_level() { __oci-runtime-tool_complete_propagations() { COMPREPLY=( $( compgen -W " private + rprivate shared + rshared slave + rslave unbindable + runbindable " -- "$cur" ) ) } diff --git a/man/oci-runtime-tool-generate.1.md b/man/oci-runtime-tool-generate.1.md index 48935af54..56bcf4d34 100644 --- a/man/oci-runtime-tool-generate.1.md +++ b/man/oci-runtime-tool-generate.1.md @@ -276,7 +276,7 @@ read the configuration from `config.json`. **--linux-rootfs-propagation**=PROPOGATIONMODE Mount propagation for root filesystem. - Values are "shared, private, slave, unbindable" + Values are "(r)shared, (r)private, (r)slave, (r)unbindable" **--linux-seccomp-allow**=SYSCALL Specifies syscalls to be added to the ALLOW list.