From aba43859fdb0ebf9223b24d467b8074040fa9d22 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:31:34 +0000 Subject: [PATCH] docs: README.md typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 513a4dc..27ce3f3 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ In application controls | ```( h )``` | Toggle help menu.| | ```( m )``` | Toggle mouse capture - if disabled, text on screen can be selected.| | ```( q )``` | Quit.| -| ```( s )``` | Save logs to `$HOME/oxker_[container_name].log`, or the directory set by `--save-dir`.| +| ```( s )``` | Save logs to `$HOME/[container_name]_[timestamp].log`, or the directory set by `--save-dir`.| Available command line arguments @@ -114,7 +114,7 @@ Available command line arguments |```-s```| If running via Docker, will display the oxker container.| |```-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```| Set a custom location to save exported logs into. Defaults to `$HOME`.| +|```--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.| ## Build step