1 Commits
1.6 ... 1.6.1

Author SHA1 Message Date
ben
bc359714d7 Fix help. 2018-09-29 23:42:07 +02:00

View File

@@ -29,10 +29,10 @@ def main():
' content as last oject.\n' +
'* zipany: Generate a valid ZIP file with payload1' +
' file content at start of file\n' +
' or/and payload2 file content beetween' +
' or/and payload2 file content between' +
' LFH and CD.\n')
usage_str = '%(prog)s format [options] output-file'
epilog_str = 'TruePolyglot v1.6'
epilog_str = 'TruePolyglot v1.6.1'
frm = argparse.RawTextHelpFormatter
parser = argparse.ArgumentParser(description=description_str,
epilog=epilog_str,