From c3e3cf5921fd56209eeac02b1b085c799705a41d Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Mon, 11 Oct 2021 14:29:13 +0100 Subject: allow vflag > 1 --- emu/port/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emu/port/main.c b/emu/port/main.c index 158f6b03..11139a66 100644 --- a/emu/port/main.c +++ b/emu/port/main.c @@ -182,7 +182,7 @@ option(int argc, char *argv[], void (*badusage)(void)) tkstylus = 1; break; case 'v': - vflag = 1; /* print startup messages */ + vflag++; /* print startup messages */ break; } ARGEND } -- cgit v1.2.3