diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-05-22 10:19:01 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-05-22 10:19:01 +0200 |
commit | 35a0c9489482713c72e1e946e7b79cf91109d54b (patch) | |
tree | 358567ed40ce2e37da2495a655c2d711ec29ea17 /certs/makecerts.py | |
parent | minor tweak to cpp/BuildInstructionsWinRT.md (diff) | |
download | ice-35a0c9489482713c72e1e946e7b79cf91109d54b.tar.bz2 ice-35a0c9489482713c72e1e946e7b79cf91109d54b.tar.xz ice-35a0c9489482713c72e1e946e7b79cf91109d54b.zip |
Removed --impl usage from makecerts.py
Diffstat (limited to 'certs/makecerts.py')
-rwxr-xr-x | certs/makecerts.py | 2 |
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) # |