The target was renamed when moving to Meson, but the help text
was not updated accordingly.
Fixes: 1a0af38ae75262390061b8d07681b50f82e500fc
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
@echo "Available targets:"
@echo
@echo " ci-build@\$$IMAGE - run a default 'ninja' build"
- @echo " ci-check@\$$IMAGE - run a 'ninja test'"
+ @echo " ci-test@\$$IMAGE - run a 'ninja test'"
@echo " ci-shell@\$$IMAGE - run an interactive shell"
@echo " ci-list-images - list available images"
@echo " ci-help - show this help message"