aboutsummaryrefslogtreecommitdiff
path: root/toys/free.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-03-06 20:48:27 -0600
committerRob Landley <rob@landley.net>2012-03-06 20:48:27 -0600
commit9317c06e2d2081feb37ab36e626707f3a1205576 (patch)
tree879d781341a4018846fa8b3bed1d722a8fa4010a /toys/free.c
parent688c74534227e3241a83e41b1f14a3f6b700f475 (diff)
downloadtoybox-9317c06e2d2081feb37ab36e626707f3a1205576.tar.gz
Comment and whitespace tweaks.
Diffstat (limited to 'toys/free.c')
-rw-r--r--toys/free.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/free.c b/toys/free.c
index 229e5e97..99dca86d 100644
--- a/toys/free.c
+++ b/toys/free.c
@@ -16,6 +16,7 @@ config FREE
Display the total, free and used amount of physical memory and
swap space.
+
-bkmg Output in bytes (default), KB, MB or GB
*/