ct-ng.in
changeset 2040 c0162f201864
parent 1667 a5020a1facff
child 2076 b58109b7b321
     1.1 --- a/ct-ng.in	Tue Dec 29 21:16:51 2009 +0100
     1.2 +++ b/ct-ng.in	Wed Jul 28 21:32:42 2010 +0200
     1.3 @@ -98,7 +98,7 @@
     1.4  
     1.5  help-tail::
     1.6  	@echo
     1.7 -	@echo  'Use action "config" or "menuconfig" to configure crosstool-NG'
     1.8 +	@echo  'Use action "menuconfig" to configure crosstool-NG'
     1.9  	@echo  'Use action "build" to build your toolchain'
    1.10  	@echo  'Use action "version" to see the version'
    1.11  	@echo  'See "man 1 ct-ng" for some help as well'
    1.12 @@ -123,6 +123,9 @@
    1.13  	@echo  '  tarball            - Build a tarball of the configured toolchain'
    1.14  
    1.15  help-env::
    1.16 +	@echo  '  V=0|1|2            - 0 => show only human-readable messages (default)'
    1.17 +	@echo  '                       1 => show only the commands being executed'
    1.18 +	@echo  '                       2 => show both'
    1.19  
    1.20  # End help system
    1.21