Fix vnstat completion

- update exclusive flags
This commit is contained in:
Shohei YOSHIDA 2026-03-08 22:52:49 +09:00
parent 1fd073d384
commit 81438c5a2e
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
local curcontext="$curcontext" state state_descr line ret=1 local curcontext="$curcontext" state state_descr line ret=1
typeset -A opt_args 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 : \ _arguments -C : \
'--95th[show 95th percentile output for the ongoing month]' \ '--95th[show 95th percentile output for the ongoing month]' \