deprecated not-implemented --protocol option
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 13 Dec 2011 22:50:32 +0000 (23:50 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 13 Dec 2011 22:50:32 +0000 (23:50 +0100)
sfa/client/sfi.py

index 6da7dda..ad3d8bb 100644 (file)
@@ -340,8 +340,6 @@ class Sfi:
         parser.add_option("-D", "--debug",
                           action="store_true", dest="debug", default=False,
                           help="Debug (xml-rpc) protocol messages")
-        parser.add_option("-p", "--protocol", dest="protocol", default="xmlrpc",
-                         help="RPC protocol (xmlrpc or soap)")
         # would it make sense to use ~/.ssh/id_rsa as a default here ?
         parser.add_option("-k", "--private-key",
                          action="store", dest="user_private_key", default=None,