Skip to content

Commit

Permalink
README: Update
Browse files Browse the repository at this point in the history
Signed-off-by: sekaiacg <[email protected]>
  • Loading branch information
sekaiacg committed Aug 19, 2023
1 parent 7b39919 commit 087746b
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,23 @@

```
usage: [options]
-h, --help Display this help and exit
-i, --image=[FILE] Image file
-p Print all entrys
--print=X Print the target of path X
-x Extract all items
--extract=X Extract the target of path X
-f, --overwrite [default: skip] overwrite files that already exist
-T# [1-X] Use # threads, -T0: X/2
--only-cfg Only extract fs_config and file_contexts
-o, --outdir=X Output dir
-V, --version Print the version info
erofs-utils: x.x-gxxxxxxxx
extract.erofs: x.x.x
extract author: skkk
-h, --help Display this help and exit
-i, --image=[FILE] Image file
-p Print all entrys
-P, --print=X Print the target of path X
-x Extract all items
-X, --extract=X Extract the target of path X
-c, --config=[FILE] Target of config
-r When using config, recurse directories
-f, --overwrite [default: skip] overwrite files that already exist
-T# [1-X] Use # threads, -T0: X/2
--only-cfg Only extract fs_config|file_contexts|fs_options
-o, --outdir=X Output dir
-V, --version Print the version info
erofs-utils: x.x-gxxxxxxxx
extract.erofs: x.x.x
Available compressors: lz4, lz4hc, lzma, deflate
extract author: skkk
```

Expand Down

0 comments on commit 087746b

Please sign in to comment.