diff --git a/base/common/python/pki/cli/pkcs12.py b/base/common/python/pki/cli/pkcs12.py index 08a8c144844..5eaa28f2618 100644 --- a/base/common/python/pki/cli/pkcs12.py +++ b/base/common/python/pki/cli/pkcs12.py @@ -118,21 +118,21 @@ def execute(self, argv, args=None): pkcs12_file = args.pkcs12 if args.pkcs12_file: - logger.warning('The --pkcs12-file option has been deprecated.' + logger.warning('The --pkcs12-file option has been deprecated. ' 'Use --pkcs12 instead.') pkcs12_file = args.pkcs12_file pkcs12_password = args.password if args.pkcs12_password: - logger.warning('The --pkcs12-password option has been deprecated.' + logger.warning('The --pkcs12-password option has been deprecated. ' 'Use --password instead.') pkcs12_password = args.pkcs12_password password_file = args.password_file if args.pkcs12_password_file: - logger.warning('The --pkcs12-password-file option has been deprecated.' + logger.warning('The --pkcs12-password-file option has been deprecated. ' 'Use --password-file instead.') password_file = args.pkcs12_password_file