From 4eb6cafd524241d62990e8c4fde2818ea735fa4c Mon Sep 17 00:00:00 2001 From: redcode Date: Fri, 3 Jun 2022 02:48:14 +0200 Subject: [PATCH] test-Z80 improvements. --- sources/test-Z80.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/test-Z80.c b/sources/test-Z80.c index 6f2574a..a7bc21c 100644 --- a/sources/test-Z80.c +++ b/sources/test-Z80.c @@ -648,7 +648,7 @@ int main(int argc, char **argv) puts( "Usage: test-Z80 [options] (--all | ...)\n" "\n" "Options:\n" - " -V, --verbosity (0..4) Set the verbosity level (default is 3).\n" + " -V, --verbosity (0..4) Set the verbosity level (4 by default).\n" " -0, --in-even Set the 8-bit value to be read from even I/O ports.\n" " -1, --in-odd Set the 8-bit value to be read from odd I/O ports.\n" " -a, --all Run all tests.\n"