From 7d256d23ccd72ae1e05177ea83c2e532e6987f7a Mon Sep 17 00:00:00 2001 From: sekaiacg Date: Wed, 4 Jan 2023 11:18:00 +0800 Subject: [PATCH] README: Update usage Signed-off-by: sekaiacg --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 154bc8e..5a157c7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ ``` usage: [options] - Extract files from image: -h, --help Help info -i, --image=[FILE] Image file @@ -35,8 +34,8 @@ usage: [options] --extract=X Extract the target of path X --extract-conf=[FILE] Extract the target of config -r When using config, recurse directories - --only-cfg-and-ctx Only Extract fs_config and files_context - -T# [1-16] Use # threads + --only-cfg-and-ctx Only extract fs_config and files_context + -T# [1-X] Use # threads, -T0: 2/X -f, --overwrite [default: skip] overwrite files that already exist -o, --outdir=X Output dir -V, --version Print the version info