top: fix help text: with !TERMIOS, no keys are affected top output
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
cf2600c366
commit
718e4fd564
@ -1042,7 +1042,9 @@ static unsigned handle_input(unsigned scan_mask, unsigned interval)
|
|||||||
//usage: "Provide a view of process activity in real time."
|
//usage: "Provide a view of process activity in real time."
|
||||||
//usage: "\n""Read the status of all processes from /proc each SECONDS"
|
//usage: "\n""Read the status of all processes from /proc each SECONDS"
|
||||||
//usage: "\n""and display a screenful of them."
|
//usage: "\n""and display a screenful of them."
|
||||||
//usage: "\n""Keys:"
|
//usage: "\n"
|
||||||
|
//usage: IF_FEATURE_USE_TERMIOS(
|
||||||
|
//usage: "Keys:"
|
||||||
//usage: "\n"" N/M"
|
//usage: "\n"" N/M"
|
||||||
//usage: IF_FEATURE_TOP_CPU_USAGE_PERCENTAGE("/P")
|
//usage: IF_FEATURE_TOP_CPU_USAGE_PERCENTAGE("/P")
|
||||||
//usage: IF_FEATURE_TOP_CPU_USAGE_PERCENTAGE("/T")
|
//usage: IF_FEATURE_TOP_CPU_USAGE_PERCENTAGE("/T")
|
||||||
@ -1062,6 +1064,7 @@ static unsigned handle_input(unsigned scan_mask, unsigned interval)
|
|||||||
//usage: "\n"" Q,^C: exit"
|
//usage: "\n"" Q,^C: exit"
|
||||||
//usage: "\n"
|
//usage: "\n"
|
||||||
//usage: "\n""Options:"
|
//usage: "\n""Options:"
|
||||||
|
//usage: )
|
||||||
//usage: "\n"" -b Batch mode"
|
//usage: "\n"" -b Batch mode"
|
||||||
//usage: "\n"" -n N Exit after N iterations"
|
//usage: "\n"" -n N Exit after N iterations"
|
||||||
//usage: "\n"" -d N Delay between updates"
|
//usage: "\n"" -d N Delay between updates"
|
||||||
|
Loading…
Reference in New Issue
Block a user