diff options
Diffstat (limited to 'include/usage.src.h')
-rw-r--r-- | include/usage.src.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index ef2bebd8b..a4776a2d6 100644 --- a/include/usage.src.h +++ b/include/usage.src.h | |||
@@ -3826,14 +3826,6 @@ INSERT | |||
3826 | "Runs PROG. Sends SIG to it if it is not gone in SECS seconds.\n" \ | 3826 | "Runs PROG. Sends SIG to it if it is not gone in SECS seconds.\n" \ |
3827 | "Defaults: SECS: 10, SIG: TERM." \ | 3827 | "Defaults: SECS: 10, SIG: TERM." \ |
3828 | 3828 | ||
3829 | #define top_trivial_usage \ | ||
3830 | "[-b] [-nCOUNT] [-dSECONDS]" IF_FEATURE_TOPMEM(" [-m]") | ||
3831 | #define top_full_usage "\n\n" \ | ||
3832 | "Provide a view of process activity in real time.\n" \ | ||
3833 | "Read the status of all processes from /proc each SECONDS\n" \ | ||
3834 | "and display a screenful of them." \ | ||
3835 | //TODO: add options and keyboard commands | ||
3836 | |||
3837 | #define tr_trivial_usage \ | 3829 | #define tr_trivial_usage \ |
3838 | "[-cds] STRING1 [STRING2]" | 3830 | "[-cds] STRING1 [STRING2]" |
3839 | #define tr_full_usage "\n\n" \ | 3831 | #define tr_full_usage "\n\n" \ |