From ad214ceb3876ec8f7f55cd16a8395f04cf684248 Mon Sep 17 00:00:00 2001 From: Sedat Dilek Date: Sat, 31 Aug 2013 01:16:37 +0200 Subject: [PATCH 1/8] tools: Improve and correct help text Signed-off-by: Sedat Dilek --- tools/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 41067f3..6764e24 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -17,14 +17,15 @@ help: @echo ' x86_energy_perf_policy - Intel energy policy tool' @echo '' @echo 'You can do:' - @echo ' $$ make -C tools/ _install' + @echo ' $$ make -C tools/ ' + @echo ' $$ sudo make -C tools/ _install' @echo '' @echo ' from the kernel command line to build and install one of' - @echo ' the tools above' + @echo ' the above listed tools.' @echo '' - @echo ' $$ make tools/install' + @echo ' $$ sudo make -C tools/ install' @echo '' - @echo ' installs all tools.' + @echo ' builds and installs all tools.' @echo '' @echo 'Cleaning targets:' @echo '' -- 1.8.4