From 2b5742d1ccd87fe5ac13be1cb442b07e2fc2c47d Mon Sep 17 00:00:00 2001 From: jakcron Date: Sun, 14 Nov 2021 12:57:20 +0800 Subject: [PATCH] Misc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64d5a03..38ee11c 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ This extracts the contents of `/a/sub/directory/` to `./extract_dir/`. `extract_ nstool -x /a/sub/directory/ ./extract_dir/ some_file.bin ``` -3) Extract a specific file to a directory. +3) Extract a specific file, preserving the original name. This extracts `/path/to/a/file.bin` to `./extract_dir/file.bin`. ```