Skip to content

Commit

Permalink
Merge branch 'master' of git+ssh://scm.gforge.inria.fr/gitroot/aff3ct…
Browse files Browse the repository at this point in the history
…/aff3ct
  • Loading branch information
kouchy committed Jun 15, 2016
2 parents dbeb00c + c553392 commit 45843b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions aff3ct_completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,13 @@ _aff3ct() {
COMPREPLY=( $(compgen -W "${params}" -- ${cur}) )
;;

--version | -v | --help | --h | --disable-sys-enc | --disable-freq | --disable-display | --enable-debug | \
--enable-dec-thr | --enable-leg-term)
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
;;

*)
if [[ ${COMP_LINE} == *" "@(-X|--package-names)* ]] ; then
_pkgname -I ${cur}
COMPREPLY=(${COMPREPLY[@]} $(compgen -W "${opts}"))
else
COMPREPLY=($(compgen -W "${opts} -- ${cur}"))
fi
_minimal
;;
esac
}
Expand Down

0 comments on commit 45843b3

Please sign in to comment.