[systemd-commits] shell-completion/zsh

Daniel Mack zonque at kemper.freedesktop.org
Mon Jun 1 03:07:32 PDT 2015


 shell-completion/zsh/_bootctl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c521a430fd6027d55f96516bc2f7570f5997e137
Author: Daniel Mack <daniel at zonque.org>
Date:   Mon Jun 1 12:06:07 2015 +0200

    zsh-completion: fix typo in _bootctl
    
    The command is 'install', not 'instal'. Fix that typo.

diff --git a/shell-completion/zsh/_bootctl b/shell-completion/zsh/_bootctl
index ce776c0..0e1b0a5 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"
     )



More information about the systemd-commits mailing list