diff options
author | Rob Landley <rob@landley.net> | 2014-04-23 08:37:07 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-04-23 08:37:07 -0500 |
commit | 3297e87c2ab798696b0fb3d06904dccea076b77a (patch) | |
tree | 77f3964f59a1a28fb41b77d85918015a235543c5 /toys/pending/top.c | |
parent | 08e18fb05fa027de0d4c5aa1dc3a4c1ce9ad4647 (diff) | |
download | toybox-3297e87c2ab798696b0fb3d06904dccea076b77a.tar.gz |
usage: is lower case (the help generator looks for that, might as well be consistent).
Diffstat (limited to 'toys/pending/top.c')
-rw-r--r-- | toys/pending/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/top.c b/toys/pending/top.c index 4aca95f6..700baba3 100644 --- a/toys/pending/top.c +++ b/toys/pending/top.c @@ -13,7 +13,7 @@ config TOP default n help - Usage: top [-mb] [ -d seconds ] [ -n iterations ] + usage: top [-mb] [ -d seconds ] [ -n iterations ] Provide a view of process activity in real time. Keys |