From 97726f3fa74c716b1c75521d7fcfdfee5a58eb9a Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Sat, 18 Sep 2021 10:58:03 -0400 Subject: Fix documentation of --utf-force in README and --help. Fixes #1. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 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 ``` -- cgit v1.2.3