mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Typo.
This commit is contained in:
parent
e84ddc4da7
commit
064c87146c
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue