From be1089d2b36a52520a8257c04413f63e8cda3837 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 29 Oct 2009 19:33:10 +0000 Subject: [PATCH] -h option is already used for --help, use -k for --hashrequest instead --- sfa/client/sfi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index 0c776c46..abc5bc2d 100755 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -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() -- 2.47.0