diff --git a/dist/tools/zsh-completion/zsh-riot.sh b/dist/tools/zsh-completion/zsh-riot.sh index 854da51963..f940327a24 100644 --- a/dist/tools/zsh-completion/zsh-riot.sh +++ b/dist/tools/zsh-completion/zsh-riot.sh @@ -95,7 +95,7 @@ function _riot { "info-buildsize:print the size of the firmware for the given board" "info-buildsizes-diff:compare the size of two firmware builds for two given directories" "info-cpu:print the CPU family for the given board" - "info-features-missing:list features missing by the given baord in regard to the given app" + "info-features-missing:list features missing by the given board in regard to the given app" "info-features-provided:list features provided by the given board" "info-features-required:list features required by the given app" "info-features-used:list features of the given board used by the given app" @@ -131,6 +131,7 @@ function _riot { 'PROGRAMMER[Select the programmer software to flash (debug) with]:programmer:_programmers' 'OPENOCD_DEBUG_ADAPTER[Select the programmer hardware to use with OpenOCD]:hw_programmer:_hw_programmers' 'OPENOCD_RESET_USE_CONNECT_ASSERT_SRST[Let OpenOCD attach while reset signal is asserted]:bool:_bools' + 'STATIC_ANALYSIS[Enable static analysis for modules that claim support]:bool:_bools' ) _values -w 'variables' $vars