[libvirt PATCH v3 02/10] ci: Fix name for ci-test target in help output

Andrea Bolognani posted 10 patches 4 years, 11 months ago
[libvirt PATCH v3 02/10] ci: Fix name for ci-test target in help output
Posted by Andrea Bolognani 4 years, 11 months ago
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>
---
 ci/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/Makefile b/ci/Makefile
index c4585ae95d..fc0d2590db 100644
--- a/ci/Makefile
+++ b/ci/Makefile
@@ -228,7 +228,7 @@ ci-help:
 	@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"
-- 
2.26.2