Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include missing helper program name in error message
3cpio fails with following error message if the helper like zstd, xz etc. is not found in PATH: ``` 3cpio: Error: Failed to extract content of ../tmp/bla.img: No such file or directory (os error 2) ``` This error message does not help to resolve the issue. Therefore mention which helper program is missing. The new error message will look like: ``` 3cpio: Error: Failed to extract content of ../tmp/bla.img: Program 'zstd' not found in PATH. ``` Fixes #4
- Loading branch information