Bladeren bron

Document that detach keys are a list of key bindings

Signed-off-by: Harald Albers <github@albersweb.de>
Harald Albers 9 jaren geleden
bovenliggende
commit
3bf821054e
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      docs/reference/commandline/cli.md

+ 2 - 2
docs/reference/commandline/cli.md

@@ -107,8 +107,8 @@ directives, see the
 Once attached to a container, users detach from it and leave it running using
 the using `CTRL-p CTRL-q` key sequence. This detach key sequence is customizable
 using the `detachKeys` property. Specify a `<sequence>` value for the
-property. The format of the `<sequence>` is either a letter [a-Z], or the `ctrl-`
-combined with any of the following:
+property. The format of the `<sequence>` is a comma-separated list of either 
+a letter [a-Z], or the `ctrl-` combined with any of the following:
 
 * `a-z` (a single lowercase alpha character )
 * `@` (ampersand)