Updated CHANGELOG.

This commit is contained in:
Cédric Bonhomme 2016-08-04 22:04:02 +02:00
parent 46ee52f8e1
commit f61e885adb
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
4 changed files with 20 additions and 3 deletions

View file

@ -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)