From d01e8f104832beaaab8c2eaadbf64d6fa4167912 Mon Sep 17 00:00:00 2001 From: RoboSchmied Date: Fri, 29 Mar 2024 04:02:41 +0100 Subject: [PATCH] Fix: 1 typo Signed-off-by: RoboSchmied --- doc/9.1_Linuxtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/9.1_Linuxtools.md b/doc/9.1_Linuxtools.md index fb30349..76433d4 100644 --- a/doc/9.1_Linuxtools.md +++ b/doc/9.1_Linuxtools.md @@ -374,7 +374,7 @@ $ ssdeep -bm hash.txt modified.elf ```text -a --all Scan the entire file, not just the data section [default] -t --radix={o,d,x} Print the location of the string in base 8, 10 or 16 --e --encoding={s,S,b,l,B,L} Select character size and endianess: +-e --encoding={s,S,b,l,B,L} Select character size and endianness: s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit ```