From 4bc2756def7d45f69280e2d1e17322775101d077 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Fri, 18 Sep 2015 21:20:16 -0700 Subject: [PATCH] zilasm/main: Updating usage information to say that the default Z-Machine version is now 6 --- zilasm/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zilasm/main.c b/zilasm/main.c index bbc5a93..30b9655 100644 --- a/zilasm/main.c +++ b/zilasm/main.c @@ -79,7 +79,7 @@ void print_usage(int failed) "--version Display program version and exit\n" "--help Display this help\n" "\n" - "--zversion (accepts numbers 1 - 8, defaults to 1 if not specified)\n" + "--zversion (accepts numbers 1 - 8, defaults to 6 if not specified)\n" "--zorkid (integer between 0 and 65535, defaults to 0 if not specified)\n" "--serial (six characters of ASCII, defaults to current date\n" " in the form YYMMDD if not specified)\n" -- 2.31.1