diff -r a5020a1facff -r a6a4beab3125 ct-ng.in --- a/ct-ng.in Tue Dec 29 21:16:51 2009 +0100 +++ b/ct-ng.in Fri Apr 02 00:18:26 2010 +0200 @@ -98,7 +98,7 @@ help-tail:: @echo - @echo 'Use action "config" or "menuconfig" to configure crosstool-NG' + @echo 'Use action "menuconfig" to configure crosstool-NG' @echo 'Use action "build" to build your toolchain' @echo 'Use action "version" to see the version' @echo 'See "man 1 ct-ng" for some help as well' @@ -123,6 +123,9 @@ @echo ' tarball - Build a tarball of the configured toolchain' help-env:: + @echo ' V=0|1|2 - 0 => show only human-readable messages (default)' + @echo ' 1 => show only the commands being executed' + @echo ' 2 => show both' # End help system