From 4ae338b33a34b64bae9f686333f06997d051a368 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 1 Apr 2022 21:31:14 +0200 Subject: [PATCH] docs: reference: remove trailing space to fix yaml formatting This was introduced in 41a5e0e4dfb650688ca71a819669611be4159b5e, and having the trailing whitespace causes the yamldocs generator to switch to "compact" formatting, which makes that yaml hard to read. Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 4b35192d7ca07cd619cb34e4f218de86839f8ce6) Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/cp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/cp.md b/docs/reference/commandline/cp.md index f94fe5ef14..72ab244193 100644 --- a/docs/reference/commandline/cp.md +++ b/docs/reference/commandline/cp.md @@ -94,7 +94,7 @@ you must be explicit with a relative or absolute path, for example: Copy a local file into container ```console -$ docker cp ./some_file CONTAINER:/work +$ docker cp ./some_file CONTAINER:/work ``` Copy files from container to local path