From 7997015d36e0d1567dbe17f5c91a04a6d1536136 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:56:12 +0000 Subject: [PATCH] docs: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27ce3f3..4a0ede8 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Available command line arguments |```-g```| No TUI, essentially a debugging mode with limited functionality, for now.| |```--host [hostname]```| Connect to Docker with a custom hostname. Defaults to `/var/run/docker.sock`. Will use `$DOCKER_HOST` environment variable if set.| |```--save-dir [directory]```| Save exported logs into a custom directory. Defaults to `$HOME`.| -|```--use-cli```| When executing into a container, force use of the external Docker CLI application.| +|```--use-cli```| When executing into a container, force use of the external Docker CLI application, instead of by the Docker api.| ## Build step