Add cpio extract all feature

This commit is contained in:
topjohnwu
2017-12-05 03:32:37 +08:00
parent e649b0a2df
commit 4672a5fad6
4 changed files with 35 additions and 7 deletions

View File

@ -44,8 +44,8 @@ static void usage(char *arg0) {
" Add <infile> as an <entry>; replaces <entry> if already exists\n"
" -mv <from-entry> <to-entry>\n"
" Move <from-entry> to <to-entry>\n"
" -extract <entry> <outfile>\n"
" Extract <entry> to <outfile>\n"
" -extract [<entry> <outfile>]\n"
" Extract <entry> to <outfile>, or extract all to current directory\n"
" -test\n"
" Return value: 0/stock 1/Magisk 2/other (phh, SuperSU, Xposed)\n"
" -patch <KEEPVERITY> <KEEPFORCEENCRYPT>\n"