Skip to content

Commit 533ce9e

Browse files
committed
add zstd to docs, completion
Signed-off-by: Zen <[email protected]>
1 parent eb4ca49 commit 533ce9e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

completion/_pycpio

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ args=("-i[input archive]:archive:_files"
2424
"--set-group[GID]:GID:_groups"
2525
"-m[file mode]:mode"
2626
"--set-mode[file modes]:mode"
27-
"-z[compression]:compression:(xz)"
28-
"--compress[compression]:compression:(xz)"
27+
"-z[compression]:compression:(xz zstd)"
28+
"--compress[compression]:compression:(xz zstd)"
2929
"-o[output archive]:archive:_files"
3030
"--output[output archive]:archive:_files"
3131
"--log-file[specify the log file]:log file:_files"

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
A library for creating CPIO files in Python.
88

9-
Currently, the library only supports the New ASCII format, and xz compression
9+
Currently, the library only supports the New ASCII format.
10+
11+
xz compression and zstd compression types are suppored.
1012

1113
This library is primary designed for use in [ugrd](https://github.com/desultory/ugrd) to create CPIO archives for use in initramfs.
1214

0 commit comments

Comments
 (0)