diff options
Diffstat (limited to 'base/common/python/pki/cli')
| -rw-r--r-- | base/common/python/pki/cli/pkcs12.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/common/python/pki/cli/pkcs12.py b/base/common/python/pki/cli/pkcs12.py index 8934d33a7..6b99fcfbd 100644 --- a/base/common/python/pki/cli/pkcs12.py +++ b/base/common/python/pki/cli/pkcs12.py @@ -62,10 +62,10 @@ class PKCS12ImportCLI(pki.cli.CLI): print(' --help Show help message.') print() - def execute(self, args): + def execute(self, argv): try: - opts, _ = getopt.gnu_getopt(args, 'v', [ + opts, _ = getopt.gnu_getopt(argv, 'v', [ 'pkcs12-file=', 'pkcs12-password=', 'pkcs12-password-file=', 'no-trust-flags', 'no-user-certs', 'no-ca-certs', 'overwrite', 'verbose', 'debug', 'help']) |
