From af31580a5fddbfd1895e2774272d3f5d9a63f1a4 Mon Sep 17 00:00:00 2001 From: Brandon Shockley Date: Mon, 2 Aug 2021 16:25:04 -0400 Subject: [PATCH] Update abduco.c --- abduco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abduco.c b/abduco.c index 5c25d5d..4db1385 100644 --- a/abduco.c +++ b/abduco.c @@ -640,7 +640,7 @@ int main(int argc, char *argv[]) { puts("abduco-"VERSION" © 2013-2018 Marc André Tanner"); exit(EXIT_SUCCESS); case 'm': - mouse = true; + action = opt; default: usage(); }