From 930135ee7b323416cebf3b7303e7f2f60fdea49b Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 24 Apr 2012 21:34:11 +0000 Subject: [PATCH] Minor help improvement git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4223 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d29a3c4d5..77514bc9c 100644 --- a/Makefile +++ b/Makefile @@ -120,9 +120,12 @@ help: @echo " usr_install : usr target: install" @echo " usr_uninstall : usr target: uninstall" @echo "" - @echo " 2perf : changes debug state to full performance" - @echo " 2release : changes debug state to release" - @echo " 2debug : changes debug state to full debug" + @echo " enable_proc : switch to procfs interface" + @echo " disable_proc : switch to sysfs interface (default)" + @echo "" + @echo " 2perf : changes debug state to full performance" + @echo " 2release : changes debug state to release" + @echo " 2debug : changes debug state to full debug" @echo "" @echo " Note:" @echo " - install and uninstall may need root privileges"