From 84f91cae926262e5de98871be6695f2ae563a7b9 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 29 Mar 2016 19:30:42 -0700 Subject: [PATCH] Rename for style. --- wrapfile.py => wrap_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename wrapfile.py => wrap_file.py (95%) diff --git a/wrapfile.py b/wrap_file.py similarity index 95% rename from wrapfile.py rename to wrap_file.py index 35eae7b..914cb0e 100755 --- a/wrapfile.py +++ b/wrap_file.py @@ -7,7 +7,7 @@ from OpenSSL import crypto import sys -parser = argparse.ArgumentParser(description='iconograph wrapfile') +parser = argparse.ArgumentParser(description='iconograph wrap_file') parser.add_argument( '--cert', dest='cert',