From: Jason Self Date: Sat, 19 Sep 2015 04:20:16 +0000 (-0700) Subject: zilasm/main: Updating usage information to say that the default Z-Machine version... X-Git-Url: https://jxself.org/git/?p=zilutils.git;a=commitdiff_plain;h=4bc2756def7d45f69280e2d1e17322775101d077 zilasm/main: Updating usage information to say that the default Z-Machine version is now 6 --- 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"