From 5a96ce8f1c16bb5f07b81acd1cf3afa18b77de14 Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 11 Sep 2025 13:40:59 +0200 Subject: [PATCH] Fix syntax error --- wpe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpe b/wpe index 05d9a96..3ff2d1c 100755 --- a/wpe +++ b/wpe @@ -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