Skip to content

Commit 092b2ec

Browse files
Merge pull request #10629 from dilyanpalauzov/master
[CI:DOCS] podman-run.1.md:detach-keys: spell the default value just once
2 parents 8d3a828 + 8d860cf commit 092b2ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/source/markdown/podman-run.1.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,10 @@ it in the **containers.conf** file: see **containers.conf(5)** for more informat
281281

282282
#### **--detach-keys**=*sequence*
283283

284-
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*.
284+
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*.
285285

286286
This option can also be set in **containers.conf**(5) file.
287287

288-
Specifying "" will disable this feature. The default is **ctrl-p,ctrl-q**.
289-
290288
#### **--device**=_host-device_[**:**_container-device_][**:**_permissions_]
291289

292290
Add a host device to the container. Optional *permissions* parameter

0 commit comments

Comments
 (0)