diff --git a/.local/share/bash/molecule.bash-completion.sh b/.local/share/bash/molecule.bash-completion.sh
index 654d8ce62a2fba4dc40218e075f59f49d84f143d..05bb4009ae0bfcf190e7dda517c74b8cecf9ecab 100644
--- a/.local/share/bash/molecule.bash-completion.sh
+++ b/.local/share/bash/molecule.bash-completion.sh
@@ -24,9 +24,9 @@ _molecule(){
 	prev=${COMP_WORDS[COMP_CWORD-1]}
 	firstword=$(_get_firstword)
 
-  GLOBAL_COMMANDS="check create converge destroy idempotence init list login status test verify"
+  GLOBAL_COMMANDS="syntax create converge destroy idempotence init list login status test verify"
   GLOBAL_OPTIONS="-h -v"
-  CHECK_OPTIONS=""
+  SYNTAX_OPTIONS=""
   CREATE_OPTIONS="--debug --platform --provider --tags"
   CONVERGE_OPTIONS="--debug --platform --provider --tags"
   DESTROY_OPTIONS="--debug --platform --provider --tags"