From 4fe8838769ad30a05e3bc3c1b0f435112a51852f Mon Sep 17 00:00:00 2001 From: shokinn Date: Thu, 30 May 2024 19:05:16 +0200 Subject: [PATCH] fix confv6 always opening help, after showing it once --- dotfiles/commonfunc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/commonfunc b/dotfiles/commonfunc index d3b8520..b4702bd 100644 --- a/dotfiles/commonfunc +++ b/dotfiles/commonfunc @@ -205,6 +205,7 @@ confv6::unset() { unset address unset prefixlength unset router + unset help return }