Add 'help' in the auto-completion.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Oct 27 18:39:24 2008 +0000 (2008-10-27)
changeset 1000b5bbe3bf5204
parent 999 0056905eea2b
child 1001 c8ac48ba1411
Add 'help' in the auto-completion.

/trunk/ct-ng.comp | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
ct-ng.comp
     1.1 --- a/ct-ng.comp	Mon Oct 27 18:19:08 2008 +0000
     1.2 +++ b/ct-ng.comp	Mon Oct 27 18:39:24 2008 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4      start_steps=$(echo "${steps}" |sed -r -e 's/($| )/\1+/;')
     1.5      stop_steps=$(echo "${steps}" |sed -r -e 's/(^| )/+\1/;')
     1.6  
     1.7 -    actions='menuconfig oldconfig saveconfig
     1.8 +    actions='help menuconfig oldconfig saveconfig
     1.9               list-samples build build. list-steps regtest regtest-local
    1.10               regtest-global clean distclean wiki-samples updatetools
    1.11               tarball version'