summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-27 18:39:24 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-27 18:39:24 (GMT)
commit84fe3f42e282437971eecd158f93e76554b7bb22 (patch)
tree340933f6596ab4c6eec93c3db97bb209b22d9ee9
parent4f59e67c4d8dee8a4ec938f92a4ab0e5480630e7 (diff)
Add 'help' in the auto-completion.
/trunk/ct-ng.comp | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
-rw-r--r--ct-ng.comp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ct-ng.comp b/ct-ng.comp
index 87f42e8..7560751 100644
--- a/ct-ng.comp
+++ b/ct-ng.comp
@@ -13,7 +13,7 @@ _ct-ng () {
start_steps=$(echo "${steps}" |sed -r -e 's/($| )/\1+/;')
stop_steps=$(echo "${steps}" |sed -r -e 's/(^| )/+\1/;')
- actions='menuconfig oldconfig saveconfig
+ actions='help menuconfig oldconfig saveconfig
list-samples build build. list-steps regtest regtest-local
regtest-global clean distclean wiki-samples updatetools
tarball version'