docs: README.md typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user