From 9374b5840b41cec614e2ecf6b15a0384f34580e3 Mon Sep 17 00:00:00 2001 From: Keith Duncan Date: Wed, 29 Sep 2021 11:26:00 +1000 Subject: [PATCH] Remove docs for inaccessible escape hatch --- clicommand/artifact_download.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/clicommand/artifact_download.go b/clicommand/artifact_download.go index 32c3bd34cc..eb057c8d44 100644 --- a/clicommand/artifact_download.go +++ b/clicommand/artifact_download.go @@ -26,11 +26,6 @@ Description: 'foo/app' will write any matched artifact files to 'foo/app/logs/', relative to the current working directory. - To avoid this behaviour, use a argument with a trailing slash. - For example, a query of 'app/logs/*' and a destination of 'foo/app/' will - write the matched artifact files to 'foo/app/app/logs/', relative to the - current working directory. - You can also change working directory to the intended destination and use a of '.' to always create a directory hierarchy matching the artifact paths.