diff options
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_twisted | 4 |
1 files changed, 2 insertions, 2 deletions
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 |