mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
Misc.
This commit is contained in:
parent
a1dcf64f8a
commit
2b5742d1cc
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue