Skip to content

Commit

Permalink
Merge pull request #10629 from dilyanpalauzov/master
Browse files Browse the repository at this point in the history
[CI:DOCS] podman-run.1.md:detach-keys: spell the default value just once
  • Loading branch information
openshift-merge-robot authored Jun 15, 2021
2 parents 8d3a828 + 8d860cf commit 092b2ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/markdown/podman-run.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 092b2ec

Please sign in to comment.