zsh-completion: fix typo in _bootctl

The command is 'install', not 'instal'. Fix that typo.
This commit is contained in:
Daniel Mack 2015-06-01 12:06:07 +02:00
parent d854ba50a8
commit c521a430fd

View file

@ -5,7 +5,7 @@
local -a _bootctl_cmds
_bootctl_cmds=(
"status:Show status of installed systemd-boot and EFI variables"
"instal:Install systemd-boot to the ESP and EFI variables"
"install:Install systemd-boot to the ESP and EFI variables"
"update:Update systemd-boot in the ESP and EFI variables"
"remove:Remove systemd-boot from the ESP and EFI variables"
)