diff options
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 @@ "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" \ |