aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtruepolyglot4
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,