This commit is contained in:
jakcron 2021-11-14 12:57:20 +08:00
parent a1dcf64f8a
commit 2b5742d1cc

View file

@ -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 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`. This extracts `/path/to/a/file.bin` to `./extract_dir/file.bin`.
``` ```