summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2015-06-01 12:06:07 +0200
committerDaniel Mack <daniel@zonque.org>2015-06-01 12:07:19 +0200
commitc521a430fd6027d55f96516bc2f7570f5997e137 (patch)
treee663ea5724eec8c85c8e35dc76ad1f071a7cdb35 /shell-completion
parentd854ba50a82f28b776c670d27156f0e9881fde8a (diff)
zsh-completion: fix typo in _bootctl
The command is 'install', not 'instal'. Fix that typo.
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/zsh/_bootctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_bootctl b/shell-completion/zsh/_bootctl
index ce776c052f..0e1b0a5562 100644
--- a/shell-completion/zsh/_bootctl
+++ b/shell-completion/zsh/_bootctl
@@ -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"
)