X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcgtop%2Fcgtop.c;fp=src%2Fcgtop%2Fcgtop.c;h=cacf705a0abbdef61a8148bbba7ec823dea3d594;hp=fb523a3e6c6ec5fa756af75d3d9ba3fdeeae60c9;hb=c851f34ba1cb379d3b3fc06a8421051fd9d0394d;hpb=51cc07576e119dea6e65478eeba9472979fd0936 diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c index fb523a3e6..cacf705a0 100644 --- a/src/cgtop/cgtop.c +++ b/src/cgtop/cgtop.c @@ -824,9 +824,9 @@ int main(int argc, char *argv[]) { case '?': case 'h': fprintf(stdout, - "\t<" ON "P" OFF "> By path; <" ON "T" OFF "> By tasks; <" ON "C" OFF "> By CPU; <" ON "M" OFF "> By memory; <" ON "I" OFF "> By I/O\n" + "\t<" ON "p" OFF "> By path; <" ON "t" OFF "> By tasks; <" ON "c" OFF "> By CPU; <" ON "m" OFF "> By memory; <" ON "i" OFF "> By I/O\n" "\t<" ON "+" OFF "> Increase delay; <" ON "-" OFF "> Decrease delay; <" ON "%%" OFF "> Toggle time\n" - "\t<" ON "Q" OFF "> Quit; <" ON "SPACE" OFF "> Refresh"); + "\t<" ON "q" OFF "> Quit; <" ON "SPACE" OFF "> Refresh"); fflush(stdout); sleep(3); break;