summaryrefslogtreecommitdiffstats
path: root/scripts/bash_completion
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-10-15 19:51:01 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-10-15 19:52:53 +0200
commit29c7c32c155260442507c9bd9d5adb7e6fba1611 (patch)
treec47642214a6877b09a09a63965282253990de82b /scripts/bash_completion
parent9ecb2824eac392eb42af6d06f265f180c3086276 (diff)
downloadptxdist-29c7c32c155260442507c9bd9d5adb7e6fba1611.tar.gz
ptxdist-29c7c32c155260442507c9bd9d5adb7e6fba1611.tar.xz
bash_completion: add 'image' and 'nfsroot' commands
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/bash_completion')
-rw-r--r--scripts/bash_completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bash_completion b/scripts/bash_completion
index bead4031a..84f173cfd 100644
--- a/scripts/bash_completion
+++ b/scripts/bash_completion
@@ -16,7 +16,7 @@ _ptxdist_completion()
cur=( $(_get_cword) )
opts=' --collectionconfig --debug --force --force-download --j-extern --j-intern -k --platformconfig --ptxconfig --quiet --toolchain'
- cmds=' allmodconfig allnoconfig allyesconfig autobuild boardsetup clean clone collection compile distclean drop export_src extract get go images install kernelconfig menu menuconfig migrate newpackage oldconfig platform platformconfig prepare print projects ptxdist select setup tags targetinstall test toolchain u_boot_config version'
+ cmds=' allmodconfig allnoconfig allyesconfig autobuild boardsetup clean clone collection compile distclean drop export_src extract get go image images install kernelconfig menu menuconfig migrate newpackage nfsroot oldconfig platform platformconfig prepare print projects ptxdist select setup tags targetinstall test toolchain u_boot_config version'
# if no commands were given, complete on commands themselves
if [ $COMP_CWORD -eq 1 ]; then