This commit is contained in:
Cédric Bonhomme 2016-05-18 07:17:58 +02:00
parent e84ddc4da7
commit 064c87146c
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -85,7 +85,7 @@ if __name__ == "__main__":
# Secret text file to hide.
parser.add_option("-f", "--secret-file", dest="secret_file",
help="Your secret textt file to hide.")
help="Your secret text file to hide.")
parser.set_defaults(input_image_file = './pictures/Elisha-Cuthbert.jpg',
output_image_file = './pictures/Elisha-Cuthbert_enc.jpg',