mirror of
https://github.com/aristocratos/btop.git
synced 2026-04-21 18:58:09 +02:00
Fix wrong naming in documentation and error messages for force-utf argument
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user