Fix wrong naming in documentation and error messages for force-utf argument

This commit is contained in:
Tom Webber
2025-04-30 14:59:05 +02:00
committed by Steffen
parent d3e16cb8e3
commit a5b01c1ac3
3 changed files with 6 additions and 6 deletions

View File

@@ -1494,7 +1494,7 @@ log_level = "DEBUG"
#### Command line options
```text
usage: btop [-h] [-v] [-/+t] [-p <id>] [--utf-force] [--debug]
usage: btop [-h] [-v] [-/+t] [-p <id>] [--force-utf] [--debug]
optional arguments:
-h, --help show this help message and exit
@@ -1503,7 +1503,7 @@ optional arguments:
-t, --tty_on force (ON) tty mode, max 16 colors and tty friendly graph symbols
+t, --tty_off force (OFF) tty mode
-p, --preset <id> start with preset, integer value between 0-9
--utf-force force start even if no UTF-8 locale was detected
--force-utf force start even if no UTF-8 locale was detected
--debug start in DEBUG mode: shows microsecond timer for information collect
and screen draw functions and sets loglevel to DEBUG
```