diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2011-01-13 16:07:51 +0100 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2011-01-13 16:07:51 +0100 |
commit | 068444629fbcf59dd8165a63885f8e69fd5cb474 (patch) | |
tree | 1920df77e4484f985f48fd2794093730c29e2b6a /include | |
parent | 8030a1484917d5b71d5ccd1a1d28a29da7a3d7f0 (diff) |
top: add keyboard commands to --help
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'include')
-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 "Runs PROG. Sends SIG to it if it is not gone in SECS seconds.\n" \ "Defaults: SECS: 10, SIG: TERM." \ -#define top_trivial_usage \ - "[-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" \ - "and display a screenful of them." \ -//TODO: add options and keyboard commands - #define tr_trivial_usage \ "[-cds] STRING1 [STRING2]" #define tr_full_usage "\n\n" \ |