docs: README.md typo

This commit is contained in:
Jack Wills
2023-11-20 10:31:34 +00:00
parent b608432865
commit aba43859fd
+2 -2
View File
@@ -101,7 +101,7 @@ In application controls
| ```( h )``` | Toggle help menu.| | ```( h )``` | Toggle help menu.|
| ```( m )``` | Toggle mouse capture - if disabled, text on screen can be selected.| | ```( m )``` | Toggle mouse capture - if disabled, text on screen can be selected.|
| ```( q )``` | Quit.| | ```( 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 Available command line arguments
@@ -114,7 +114,7 @@ Available command line arguments
|```-s```| If running via Docker, will display the oxker container.| |```-s```| If running via Docker, will display the oxker container.|
|```-g```| No TUI, essentially a debugging mode with limited functionality, for now.| |```-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.| |```--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.| |```--use-cli```| When executing into a container, force use of the external Docker CLI application.|
## Build step ## Build step