Skip to content

Commit

Permalink
Merge 6673024 into 795b900
Browse files Browse the repository at this point in the history
  • Loading branch information
jimboid committed Jun 6, 2017
2 parents 795b900 + 6673024 commit ea8c9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -145,8 +145,8 @@
BASHFILE.write(' cur="${COMP_WORDS[COMP_CWORD]}"\n')
BASHFILE.write(' prev="${COMP_WORDS[COMP_CWORD-1]}"\n')
BASHFILE.write(' opts="--about --debug --disconnect --examples --help '
'--hosts --job --jobname --log --recover --resource '
'--replicates --verbose --version"\n\n')
'--hosts --job --jobname --log --nochecks --recover '
'--resource --replicates --verbose --version"\n\n')
BASHFILE.write(' if [[ ${cur} == -* ]] ; then\n')
BASHFILE.write(' COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )\n')
BASHFILE.write(' return 0"\n')
Expand Down

0 comments on commit ea8c9a4

Please sign in to comment.