From 81438c5a2efb157972bdfb5ed5dc40376dbb0204 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 22:52:49 +0900 Subject: [PATCH] Fix vnstat completion - update exclusive flags --- src/_vnstat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_vnstat b/src/_vnstat index 37bc903..4d742d8 100644 --- a/src/_vnstat +++ b/src/_vnstat @@ -41,7 +41,7 @@ local curcontext="$curcontext" state state_descr line ret=1 typeset -A opt_args -local period="-d --days -h --hours -m --months -w --weeks" +local period="-d --days -h --hours -m --months -w --weeks -y --years -5 --fiveminutes" _arguments -C : \ '--95th[show 95th percentile output for the ongoing month]' \