diff options
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | truepolyglot | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -80,7 +80,7 @@ optional arguments: --acrobat-compatibility Add a byte at the start for Acrobat Reader compatibility with the szippdf format --verbose {none,error,info,debug} Verbosity level (default: info) -TruePolyglot v1.6.1 +TruePolyglot v1.6.2 ``` ## Code ## @@ -89,7 +89,7 @@ TruePolyglot v1.6.1 git clone https://git.hackade.org/truepolyglot.git/ ``` -or download [truepolyglot-1.6.1.tar.gz](https://git.hackade.org/truepolyglot.git/snapshot/truepolyglot-1.6.1.tar.gz) +or download [truepolyglot-1.6.2.tar.gz](https://git.hackade.org/truepolyglot.git/snapshot/truepolyglot-1.6.2.tar.gz) ## How to detect a polyglot file ? ## diff --git a/truepolyglot b/truepolyglot index da175b1..8d5f332 100755 --- a/truepolyglot +++ b/truepolyglot @@ -59,7 +59,7 @@ def main(): ' or/and payload2 file content between' + ' LFH and CD.\n') usage_str = '%(prog)s format [options] output-file' - epilog_str = 'TruePolyglot v1.6.1' + epilog_str = 'TruePolyglot v1.6.2' frm = argparse.RawTextHelpFormatter parser = argparse.ArgumentParser(description=description_str, epilog=epilog_str, |