summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Pyne <mpyne@purinchu.net>2021-09-18 10:58:03 -0400
committerMichael Pyne <mpyne@purinchu.net>2021-09-18 10:58:51 -0400
commit97726f3fa74c716b1c75521d7fcfdfee5a58eb9a (patch)
tree8059b02c2ab4df92a358ca0f91ab58dc3ae5d2d3 /README.md
parent480b4218523782fa9eef943bdcfbda7b4c65da0e (diff)
Fix documentation of --utf-force in README and --help.
Fixes #1.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9d45705..345e78b 100644
--- a/README.md
+++ b/README.md
@@ -476,7 +476,7 @@ log_level = "DEBUG"
#### Command line options
```text
-usage: btop [-h] [-v] [-/+t] [--utf-foce] [--debug]
+usage: btop [-h] [-v] [-/+t] [--utf-force] [--debug]
optional arguments:
-h, --help show this help message and exit
@@ -485,7 +485,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-foce force start even if no UTF-8 locale was detected
+ --utf-force 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
```