summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-11 00:34:22 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-11 00:34:39 -0500
commitb17094d4b1fc0c80a95c08ebc99eb13bf02a478b (patch)
tree48efe029d511ff23aa604cd86d82a3d48d115bfd /README.md
parent6aaa53ec3710af2974d4107561ad08b744c0a589 (diff)
Add current cpu total flag to other OS
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a938fcd8..bda2fc70 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ Run using `btm`.
- `-l`, `--left_legend` will move external table legends to the left side rather than the right side. Right side is default.
-- `-u`, `--current_usage` will make a process' CPU usage be based on the current total CPU usage, rather than assuming 100% CPU usage. Only affects Linux for now.
+- `-u`, `--current_usage` will make a process' CPU usage be based on the current total CPU usage, rather than assuming 100% CPU usage.
- `-g`, `--group` will group together processes with the same name by default (equivalent to pressing `Tab`).