From: Masatake YAMATO Date: Fri, 20 Sep 2024 19:22:00 +0000 (+0900) Subject: tests: (test_mkfds) fix a typo in an option name X-Git-Tag: v2.42-start~184^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=659a698b7eec731d5615ca8c3fa66c9b7e0d57d3;p=thirdparty%2Futil-linux.git tests: (test_mkfds) fix a typo in an option name Signed-off-by: Masatake YAMATO --- 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' },