diff options
author | ben | 2018-09-29 23:42:07 +0200 |
---|---|---|
committer | ben | 2018-09-29 23:42:07 +0200 |
commit | bc359714d79ce7a40117be8f0f26c54c50007a53 (patch) | |
tree | 20282fa02f8931994dae129c2585fcb5a66e3031 | |
parent | 875747ad7aab1cee8ce635a8f2af2ab5fc6aec0a (diff) | |
download | truepolyglot-bc359714d79ce7a40117be8f0f26c54c50007a53.tar.gz truepolyglot-bc359714d79ce7a40117be8f0f26c54c50007a53.tar.bz2 truepolyglot-bc359714d79ce7a40117be8f0f26c54c50007a53.tar.xz |
Fix help.1.6.1
-rwxr-xr-x | truepolyglot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/truepolyglot b/truepolyglot index 23f0c7e..9f9facb 100755 --- a/truepolyglot +++ b/truepolyglot @@ -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, |