From a18537040d3ef6e13f41b4af483ba1d27de93610 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sat, 15 Feb 2020 17:18:50 -0500 Subject: [PATCH] Updated README to reflect removal of debug flag for now. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b5d52900..8f3b122a 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,6 @@ Run using `btm`. - `-v`, `--version` displays the version number and exits. -- `-d`, `--debug` enables debug logging. - - `-r `, `--rate ` will set the refresh rate in _milliseconds_. Lowest it can go is 250ms, the highest it can go is 2128 - 1. Defaults to 1000ms, and lower values may take more resources due to more frequent polling of data, and may be less accurate in some circumstances. - `-l`, `--left_legend` will move external table legends to the left side rather than the right side. Right side is default.