]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (mkfds) fix typos in factory descriptions
authorMasatake YAMATO <yamato@redhat.com>
Sat, 28 Jan 2023 23:31:27 +0000 (08:31 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Thu, 2 Feb 2023 14:17:27 +0000 (23:17 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/helpers/test_mkfds.c

index 7f8f199f04ede2ca16e2e3271df6bbd4dd28398b..bcb13c84e7b713821bd3883d77b5c28ef45b8196 100644 (file)
@@ -1865,13 +1865,13 @@ static const struct factory factories[] = {
                        {
                                .name = "server-port",
                                .type = PTYPE_INTEGER,
-                               .desc = "TCP port the server may listen",
+                               .desc = "UDP port the server may listen",
                                .defv.integer = 12345,
                        },
                        {
                                .name = "client-port",
                                .type = PTYPE_INTEGER,
-                               .desc = "TCP port the client may bind",
+                               .desc = "UDP port the client may bind",
                                .defv.integer = 23456,
                        },
                        {