diff options
-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 b1c4d553f..dc87515be 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -4211,7 +4211,7 @@ | |||
4211 | "\n -v Verbose" \ | 4211 | "\n -v Verbose" \ |
4212 | 4212 | ||
4213 | #define top_trivial_usage \ | 4213 | #define top_trivial_usage \ |
4214 | "[-b] [-n COUNT] [-d SECONDS]" | 4214 | "[-b] [-nCOUNT] [-dSECONDS]" |
4215 | #define top_full_usage "\n\n" \ | 4215 | #define top_full_usage "\n\n" \ |
4216 | "Provide a view of process activity in real time.\n" \ | 4216 | "Provide a view of process activity in real time.\n" \ |
4217 | "Read the status of all processes from /proc each SECONDS\n" \ | 4217 | "Read the status of all processes from /proc each SECONDS\n" \ |