diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-11 23:26:42 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-11 23:26:42 +0200 |
commit | 00528822004e5763c669e58191f10c5202f679b5 (patch) | |
tree | c60a30ca27a190bb09f6d4fe3948c56e0aef3583 /include/usage.h | |
parent | 56573cb4f7393fdb320660a5c258c72688a74f64 (diff) | |
download | busybox-w32-00528822004e5763c669e58191f10c5202f679b5.tar.gz busybox-w32-00528822004e5763c669e58191f10c5202f679b5.tar.bz2 busybox-w32-00528822004e5763c669e58191f10c5202f679b5.zip |
top: add -m ("memory") option
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 036cf9db7..907eb78f4 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -4566,7 +4566,7 @@ | |||
4566 | "Defaults: SECS: 10, SIG: TERM." \ | 4566 | "Defaults: SECS: 10, SIG: TERM." \ |
4567 | 4567 | ||
4568 | #define top_trivial_usage \ | 4568 | #define top_trivial_usage \ |
4569 | "[-b] [-nCOUNT] [-dSECONDS]" | 4569 | "[-b] [-nCOUNT] [-dSECONDS]" IF_FEATURE_TOPMEM(" [-m]") |
4570 | #define top_full_usage "\n\n" \ | 4570 | #define top_full_usage "\n\n" \ |
4571 | "Provide a view of process activity in real time.\n" \ | 4571 | "Provide a view of process activity in real time.\n" \ |
4572 | "Read the status of all processes from /proc each SECONDS\n" \ | 4572 | "Read the status of all processes from /proc each SECONDS\n" \ |