README update.

This commit is contained in:
Botond Sipos 2020-05-31 11:12:34 +01:00
parent 54c85c2a65
commit 773b058054
1 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,8 @@ dpi-scale = 0.0 # Override DPI scale. Defaults to 0.0 (let Aminal de
| `--debug` | Enable debug mode, with debug logging and debug info terminal overlay.
| `--slomo` | Enable slomo mode, delay the handling of each incoming byte (or escape sequence) from the pty by 100ms. Useful for debugging.
| `--shell [shell]` | Use the specified shell program instead of the user's usual one.
| `--threads [cores]` | Number of threads to use (default 4)
| `--prof [cores]` | Run profiler and dump info to specifed file
| `--version` | Show the version of aminal and exit.
# Contributors