summaryrefslogtreecommitdiff
path: root/certs/makecerts.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-05-22 10:19:01 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-05-22 10:19:01 +0200
commit35a0c9489482713c72e1e946e7b79cf91109d54b (patch)
tree358567ed40ce2e37da2495a655c2d711ec29ea17 /certs/makecerts.py
parentminor tweak to cpp/BuildInstructionsWinRT.md (diff)
downloadice-35a0c9489482713c72e1e946e7b79cf91109d54b.tar.bz2
ice-35a0c9489482713c72e1e946e7b79cf91109d54b.tar.xz
ice-35a0c9489482713c72e1e946e7b79cf91109d54b.zip
Removed --impl usage from makecerts.py
Diffstat (limited to 'certs/makecerts.py')
-rwxr-xr-xcerts/makecerts.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/certs/makecerts.py b/certs/makecerts.py
index bfce7b90a0d..ae61c6c383b 100755
--- a/certs/makecerts.py
+++ b/certs/makecerts.py
@@ -24,8 +24,6 @@ def usage():
print("--dns <dns> The DNS name for the server ceritificate.")
print("--use-dns Use the DNS name for the server certificate common")
print(" name (default is to use the IP)." )
- print("--impl <impl> The implementation to use to generate certificates,")
- print(" supported values: PyOpenSSL, KeyTool and OpenSSL.")
sys.exit(1)
#