Index: third_party/twisted_8_1/twisted/python/zsh/_manhole |
diff --git a/third_party/twisted_8_1/twisted/python/zsh/_manhole b/third_party/twisted_8_1/twisted/python/zsh/_manhole |
deleted file mode 100644 |
index fffeef089d1a488101bf1c010ac3e10b84516980..0000000000000000000000000000000000000000 |
--- a/third_party/twisted_8_1/twisted/python/zsh/_manhole |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-#compdef manhole |
-_arguments -s -A "-*" \ |
-'--help[Display this help and exit.]' \ |
-'(--host)-h[host]:host:_hosts' \ |
-'(-h)--host=[host]:host:_hosts' \ |
-'(--password)-w[password]:password:_files' \ |
-'(-w)--password=[password]:password:_files' \ |
-'(--perspective)-P[PB Perspective to ask for (if different than username)]:perspective:_files' \ |
-'(-P)--perspective=[PB Perspective to ask for (if different than username)]:perspective:_files' \ |
-'(--port)-p[port]:port:_files' \ |
-'(-p)--port=[port]:port:_files' \ |
-'(--service)-s[PB Service]:service:_files' \ |
-'(-s)--service=[PB Service]:service:_files' \ |
-'(--toolkit)-t[Front-end to use; one of gtk2]:toolkit:(gtk1 gtk2)' \ |
-'(-t)--toolkit=[Front-end to use; one of gtk2]:toolkit:(gtk1 gtk2)' \ |
-'(--user)-u[username]:user:_files' \ |
-'(-u)--user=[username]:user:_files' \ |
-'--version[version]' \ |
-&& return 0 |