From 00528822004e5763c669e58191f10c5202f679b5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 11 Sep 2009 23:26:42 +0200 Subject: top: add -m ("memory") option Signed-off-by: Denys Vlasenko --- include/usage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 @@ "Defaults: SECS: 10, SIG: TERM." \ #define top_trivial_usage \ - "[-b] [-nCOUNT] [-dSECONDS]" + "[-b] [-nCOUNT] [-dSECONDS]" IF_FEATURE_TOPMEM(" [-m]") #define top_full_usage "\n\n" \ "Provide a view of process activity in real time.\n" \ "Read the status of all processes from /proc each SECONDS\n" \ -- cgit v1.2.3