mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
Updated CHANGELOG.
This commit is contained in:
parent
46ee52f8e1
commit
f61e885adb
4 changed files with 20 additions and 3 deletions
|
@ -70,6 +70,7 @@ def reveal(input_image_file):
|
|||
|
||||
if __name__ == "__main__":
|
||||
# Point of entry in execution mode.
|
||||
# TODO: improve the management of arguments
|
||||
from optparse import OptionParser
|
||||
parser = OptionParser(version=__version__)
|
||||
parser.add_option('--hide', action='store_true', default=False,
|
||||
|
|
|
@ -97,6 +97,7 @@ def write(image, output_image_file):
|
|||
|
||||
if __name__ == '__main__':
|
||||
# Point of entry in execution mode.
|
||||
# Todo: improve the management of arguments
|
||||
from optparse import OptionParser
|
||||
usage = "usage: %prog hide|reveal [options]"
|
||||
parser = OptionParser(usage)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue