Merge branch 'master' of ssh://git.onelab.eu/git/sfa
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 14 Dec 2011 16:53:22 +0000 (17:53 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 14 Dec 2011 16:53:22 +0000 (17:53 +0100)
sfa/client/sfi.py

index cdd628d..c5eadc5 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,