aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben2018-09-29 23:42:07 +0200
committerben2018-09-29 23:42:07 +0200
commitbc359714d79ce7a40117be8f0f26c54c50007a53 (patch)
tree20282fa02f8931994dae129c2585fcb5a66e3031
parent875747ad7aab1cee8ce635a8f2af2ab5fc6aec0a (diff)
downloadtruepolyglot-1.6.1.tar.gz
truepolyglot-1.6.1.tar.bz2
truepolyglot-1.6.1.tar.xz
Fix help.1.6.1
-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,