mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Fix typo in wg-quick
This commit is contained in:
+1
-1
@@ -24,4 +24,4 @@ local modes=('up\:"bring a wireguard interface up"'\
|
||||
'down\:"tear down and remove a wireguard interface"'\
|
||||
'save\:"save configuration of a running wireguard interface"')
|
||||
|
||||
_arguments "1:mode:((${modes}))" "2:inferface:(${interfaces})"
|
||||
_arguments "1:mode:((${modes}))" "2:interface:(${interfaces})"
|
||||
|
||||
Reference in New Issue
Block a user