From a000dd5c0f3be509a395acaf86971440a347356a Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Tue, 17 Dec 2024 14:47:28 +0100 Subject: [PATCH] readme - update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 818eee8f..c6a547d3 100755 --- a/README.md +++ b/README.md @@ -245,6 +245,9 @@ Usage: digiarch extract [OPTIONS] [QUERY] To see the which files will be unpacked (but not their contents) without unpacking them, use the --dry-run option. + Extracted filenames longer than 20 characters will be trimmed and partially + prefixed with a unique hash based on the original name. + Use the QUERY argument to specify which files should be unpacked. For details on the QUERY argument, see the edit command.