diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-15 16:37:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 16:37:11 -0400 |
commit | 092b2ecafc17fe8ab963102eae049a7f5acf6ba2 (patch) | |
tree | 8ad2ff32ea0d3398f72568658a1f62c955db4e19 | |
parent | 8d3a82838388d7f3a60dbb713340aed374293a78 (diff) | |
parent | 8d860cfcde1d078f608d1a2d7cf31afc00262145 (diff) | |
download | podman-092b2ecafc17fe8ab963102eae049a7f5acf6ba2.tar.gz podman-092b2ecafc17fe8ab963102eae049a7f5acf6ba2.tar.bz2 podman-092b2ecafc17fe8ab963102eae049a7f5acf6ba2.zip |
Merge pull request #10629 from dilyanpalauzov/master
[CI:DOCS] podman-run.1.md:detach-keys: spell the default value just once
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index 46e15d62f..6027a14a5 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -281,12 +281,10 @@ it in the **containers.conf** file: see **containers.conf(5)** for more informat #### **--detach-keys**=*sequence* -Specify the key sequence for detaching a container. Format is a single character `[a-Z]` or one or more `ctrl-<value>` characters where `<value>` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. Specifying "" will disable this feature. The default is *ctrl-p,ctrl-q*. +Specify the key sequence for detaching a container. Format is a single character `[a-Z]` or one or more `ctrl-<value>` characters where `<value>` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. Specifying "" will set the sequence to the default value of *ctrl-p,ctrl-q*. This option can also be set in **containers.conf**(5) file. -Specifying "" will disable this feature. The default is **ctrl-p,ctrl-q**. - #### **--device**=_host-device_[**:**_container-device_][**:**_permissions_] Add a host device to the container. Optional *permissions* parameter |