]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
zsh-completion: fix typo in _bootctl
authorDaniel Mack <daniel@zonque.org>
Mon, 1 Jun 2015 10:06:07 +0000 (12:06 +0200)
committerDaniel Mack <daniel@zonque.org>
Mon, 1 Jun 2015 10:07:19 +0000 (12:07 +0200)
The command is 'install', not 'instal'. Fix that typo.

shell-completion/zsh/_bootctl

index ce776c052f6b99a0add72725ab9f3e3c6ec76957..0e1b0a556268fdc1f31acf9871262f68df96abe3 100644 (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"
     )