Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: third_party/twisted_8_1/twisted/python/zsh/_ckeygen

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/twisted_8_1/twisted/python/zsh/_cftp ('k') | third_party/twisted_8_1/twisted/python/zsh/_conch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/twisted_8_1/twisted/python/zsh/_ckeygen
diff --git a/third_party/twisted_8_1/twisted/python/zsh/_ckeygen b/third_party/twisted_8_1/twisted/python/zsh/_ckeygen
deleted file mode 100644
index 7842b500852d6e7d8a99b805baa439efbd2b6984..0000000000000000000000000000000000000000
--- a/third_party/twisted_8_1/twisted/python/zsh/_ckeygen
+++ /dev/null
@@ -1,25 +0,0 @@
-#compdef ckeygen
-_arguments -s -A "-*" \
-'(--bits)-b[Number of bits in the key to create.]:bits:_files' \
-'(-b)--bits=[Number of bits in the key to create.]:bits:_files' \
-'(--changepass)-p[Change passphrase of private key file.]' \
-'(-p)--changepass[Change passphrase of private key file.]' \
-'(--comment)-C[Provide new comment.]:comment:_files' \
-'(-C)--comment=[Provide new comment.]:comment:_files' \
-'(--filename)-f[Filename of the key file.]:filename:_files' \
-'(-f)--filename=[Filename of the key file.]:filename:_files' \
-'(--fingerprint)-l[Show fingerprint of key file.]' \
-'(-l)--fingerprint[Show fingerprint of key file.]' \
-'--help[Display this help and exit.]' \
-'(--newpass)-N[Provide new passphrase.]:newpass:_files' \
-'(-N)--newpass=[Provide new passphrase.]:newpass:_files' \
-'(--pass)-P[Provide old passphrase]:pass:_files' \
-'(-P)--pass=[Provide old passphrase]:pass:_files' \
-'(--quiet)-q[Quiet.]' \
-'(-q)--quiet[Quiet.]' \
-'(--showpub)-y[Read private key file and print public key.]' \
-'(-y)--showpub[Read private key file and print public key.]' \
-'(--type)-t[Specify type of key to create.]:type:(rsa dsa)' \
-'(-t)--type=[Specify type of key to create.]:type:(rsa dsa)' \
-'--version[version]' \
-&& return 0
« no previous file with comments | « third_party/twisted_8_1/twisted/python/zsh/_cftp ('k') | third_party/twisted_8_1/twisted/python/zsh/_conch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698