From 94ddb257057fb8bf910211b129413b48fb5e9ec2 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Wed, 17 Oct 2018 10:46:27 +0100 Subject: [PATCH] evisum: fix notes and readme. --- NEWS | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6873af3..c01f985 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ Evisum 0.2.0 * Add command-line utility (tingle) to complement evisum. - * Fix object destruction befor exitting main loop. + * Fix object destruction before exitting main loop. * Add variable unit display (K, M and G). * Minor refactoring. diff --git a/README.md b/README.md index ce7eba4..b551735 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ $ make PREFIX=/opt install NOTES +You can press 'k', 'm', 'g' to display results in KB, MB of GB +respectively. + The plan is to rewrite the whole program to log system information over time to disk so we can do nice things with E and displaying system information (not duplicating loads of code).