summaryrefslogtreecommitdiffstats
path: root/bash-completion/setarch
diff options
context:
space:
mode:
authorVille Skyttä2013-04-07 10:12:04 +0200
committerKarel Zak2013-04-08 17:06:52 +0200
commitd4f9b8d74c5110c6ee92483facd7a0d94a1a9e57 (patch)
tree4457e6b5111b2fbea8c1591b44fecc56037f49cc /bash-completion/setarch
parentlogger: make socket initialization in main() more readable (diff)
downloadkernel-qcow2-util-linux-d4f9b8d74c5110c6ee92483facd7a0d94a1a9e57.tar.gz
kernel-qcow2-util-linux-d4f9b8d74c5110c6ee92483facd7a0d94a1a9e57.tar.xz
kernel-qcow2-util-linux-d4f9b8d74c5110c6ee92483facd7a0d94a1a9e57.zip
bash-completion: Don't offer any more completions after help or version.
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Diffstat (limited to 'bash-completion/setarch')
-rw-r--r--bash-completion/setarch8
1 files changed, 7 insertions, 1 deletions
diff --git a/bash-completion/setarch b/bash-completion/setarch
index b84d399b5..6224a11ca 100644
--- a/bash-completion/setarch
+++ b/bash-completion/setarch
@@ -1,8 +1,14 @@
_setarch_module()
{
- local cur OPTS
+ local cur prev OPTS
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
+ prev="${COMP_WORDS[COMP_CWORD-1]}"
+ case $prev in
+ '-h'|'--help'|'-V'|'--version')
+ return 0
+ ;;
+ esac
if [ $COMP_CWORD -eq 1 ]; then
COMPREPLY=( $(compgen -W "linux32 linux64 ppc32 ppc ppc64
ppc64pseries ppc64iseries i386