]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docker: trivial changes to `make docker` help
authorWainer dos Santos Moschetta <wainersm@redhat.com>
Thu, 21 Mar 2019 21:25:28 +0000 (17:25 -0400)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 25 Mar 2019 10:39:19 +0000 (10:39 +0000)
Apply double quotes and period punctuation uniformly.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Message-Id: <20190321212528.6100-1-wainersm@redhat.com>
Reviewed-by: Fam Zheng <fam@euphon.net>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/docker/Makefile.include

index 60314d293af46d0191cea1ebfb1bb9c0a4a1dd15..c0e1bf57a37a3c0c0164a5b0d34f5c459d2f207c 100644 (file)
@@ -151,15 +151,15 @@ docker:
        @echo
        @echo '    docker:              Print this help.'
        @echo '    docker-all-tests:    Run all image/test combinations.'
-       @echo '    docker-TEST:         Run TEST on all image combinations.'
+       @echo '    docker-TEST:         Run "TEST" on all image combinations.'
        @echo '    docker-clean:        Kill and remove residual docker testing containers.'
        @echo '    docker-TEST@IMAGE:   Run "TEST" in container "IMAGE".'
        @echo '                         Note: "TEST" is one of the listed test name,'
        @echo '                         or a script name under $$QEMU_SRC/tests/docker/;'
-       @echo '                         "IMAGE" is one of the listed container name."'
+       @echo '                         "IMAGE" is one of the listed container name.'
        @echo '    docker-image:        Build all images.'
        @echo '    docker-image-IMAGE:  Build image "IMAGE".'
-       @echo '    docker-run:          For manually running a "TEST" with "IMAGE"'
+       @echo '    docker-run:          For manually running a "TEST" with "IMAGE".'
        @echo
        @echo 'Available container images:'
        @echo '    $(DOCKER_IMAGES)'