From 659a698b7eec731d5615ca8c3fa66c9b7e0d57d3 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Sat, 21 Sep 2024 04:22:00 +0900 Subject: [PATCH] tests: (test_mkfds) fix a typo in an option name Signed-off-by: Masatake YAMATO --- tests/helpers/test_mkfds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers/test_mkfds.c b/tests/helpers/test_mkfds.c index 24aaf419b..6ac1ad07a 100644 --- a/tests/helpers/test_mkfds.c +++ b/tests/helpers/test_mkfds.c @@ -4249,7 +4249,7 @@ int main(int argc, char **argv) { "comm", required_argument, NULL, 'r' }, { "quiet", no_argument, NULL, 'q' }, { "dont-monitor-stdin", no_argument, NULL, 'X' }, - { "dont-puase", no_argument, NULL, 'c' }, + { "dont-pause", no_argument, NULL, 'c' }, { "wait-with", required_argument, NULL, 'w' }, { "multiplexers",no_argument,NULL, 'W' }, { "help", no_argument, NULL, 'h' }, -- 2.47.2