From 2c8fde515a405741a71a311f85a6dbf15a79972a Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 11 Sep 2025 13:41:36 +0200 Subject: [PATCH] Fix syntax error --- mon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mon b/mon index aeb8395..1b2a47b 100755 --- a/mon +++ b/mon @@ -44,7 +44,7 @@ while getopts ":i:h" opt; do h) usage; exit 0 ;; \?) echo "Error: Invalid option -$OPTARG" >&2; usage; exit 1 ;; :) echo "Error: Option -$OPTARG requires an argument." >&2; usage; exit 1 ;; - end + esac done # Require -i/--iface