-h option is already used for --help, use -k for --hashrequest instead
authorTony Mack <tmack@cs.princeton.edu>
Thu, 29 Oct 2009 19:33:10 +0000 (19:33 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 29 Oct 2009 19:33:10 +0000 (19:33 +0000)
sfa/client/sfi.py

index 0c776c4..abc5bc2 100755 (executable)
@@ -118,7 +118,7 @@ class Sfi:
         parser.add_option("-p", "--protocol",
                          dest="protocol", default="xmlrpc",
                          help="RPC protocol (xmlrpc or soap)")
-        parser.add_option("-h", "--hashrequest",
+        parser.add_option("-k", "--hashrequest",
                          action="store_true", dest="hashrequest", default=False,
                          help="Create a hash of the request that will be authenticated on the server")
         parser.disable_interspersed_args()