From 5bd63f4d69a93aa12f8839d0d18129971925751d Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sun, 8 Apr 2018 10:51:35 +0200 Subject: c.f. 42499: tera torn: update twisted completion stub for new twist command --- ChangeLog | 5 +++++ Completion/Unix/Command/_twisted | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ed5bf108a..e42fc60bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-04-08 Oliver Kiddle + + * c.f. 42499: tera torn: Completion/Unix/Command/_twisted: + update twisted completion stub for new twist command + 2018-04-07 Oliver Kiddle * 42605: Src/Modules/mapfile.c, Src/Zle/complete.c, diff --git a/Completion/Unix/Command/_twisted b/Completion/Unix/Command/_twisted index 70cb89ecd..102a67800 100644 --- a/Completion/Unix/Command/_twisted +++ b/Completion/Unix/Command/_twisted @@ -1,4 +1,4 @@ -#compdef twistd trial conch cftp tapconvert ckeygen lore pyhtmlizer tap2deb tkconch manhole tap2rpm +#compdef twist twistd trial conch cftp ckeygen pyhtmlizer tkconch # # This is the ZSH completion file for Twisted commands. It calls the current # command-line with the special "--_shell-completion" option which is handled @@ -27,7 +27,7 @@ else echo "\nCompletion error running command:" ${(qqq)cmd} echo -n "If output below is unhelpful you may need to edit this file and " echo "redirect stderr to a file." - echo "Expected completion function, but instead got:" + echo "Expected completion function, but instead got:" echo $output return 1 fi -- cgit 1.4.1