From 188460a91bd37ca6f18fb89e448819b642953be7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 4 May 2017 04:08:15 +0300 Subject: code style & refactoring --- test/toolkit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/toolkit.py b/test/toolkit.py index bc27dc8..f8a74ba 100644 --- a/test/toolkit.py +++ b/test/toolkit.py @@ -138,8 +138,8 @@ class Tools: '--algorithm', str(algorithm), '--mode', str(mode), '--key', key, - '--input-path', input_path, - '--output-path', output_path + '--input', input_path, + '--output', output_path ] if iv is not None: args.extend(('--iv', iv)) -- cgit v1.2.3