From 420b208a450d55e34df1301e939b7864b93d1026 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 17 Sep 2002 22:14:58 +0000 Subject: Add a new top applet -Erik --- include/usage.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index 1cdaa6681..33a81c467 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1860,6 +1860,15 @@ "Options:\n" \ "\t-v\tDisplays verbose resource usage information." +#define top_trivial_usage \ + "[-d ]" +#define top_full_usage \ + "top provides an view of processor activity in real time.\n" \ + "This utility reads the status for all processes in /proc each \n" \ + "and shows the status for however many processes will fit on the screen.\n" \ + "This utility will not show processes that are started after program startup,\n" \ + "but it will show the EXIT status for and PIDs that exit while it is running." + #define touch_trivial_usage \ "[-c] FILE [FILE ...]" #define touch_full_usage \ -- cgit v1.2.3