aboutsummaryrefslogtreecommitdiff
path: root/toys/other/free.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/free.c')
-rw-r--r--toys/other/free.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/free.c b/toys/other/free.c
index 0a4d69b9..ce0df020 100644
--- a/toys/other/free.c
+++ b/toys/other/free.c
@@ -14,7 +14,7 @@ config FREE
Display the total, free and used amount of physical memory and swap space.
-bkmgt Output units (default is bytes)
- -h Human readable
+ -h Human readable (K=1024)
*/
#define FOR_free