From 3bf821054e1d7681ae76ec3dbba8ea81f4dc5adf Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Thu, 14 Jan 2016 13:58:41 -0800 Subject: [PATCH] Document that detach keys are a list of key bindings Signed-off-by: Harald Albers --- docs/reference/commandline/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/cli.md b/docs/reference/commandline/cli.md index e3773f7d63..26d2469a28 100644 --- a/docs/reference/commandline/cli.md +++ b/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 `` value for the -property. The format of the `` is either a letter [a-Z], or the `ctrl-` -combined with any of the following: +property. The format of the `` 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)