From 42cc6bab16a6b451ab1b36e302100afcd95e6634 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 25 Sep 2008 11:17:10 +0000 Subject: top: don't lie in help screen about "-d 1" being valid --- include/usage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index b1c4d553f..dc87515be 100644 --- a/include/usage.h +++ b/include/usage.h @@ -4211,7 +4211,7 @@ "\n -v Verbose" \ #define top_trivial_usage \ - "[-b] [-n COUNT] [-d SECONDS]" + "[-b] [-nCOUNT] [-dSECONDS]" #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