Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed error in README.md regarding usage of the zstd compression type #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nexpspace
Copy link

The functional argument for using zstd at the moment in mkstage4 is -C zst not -C zstd.

This is due the fact that the extension for zstd compressed files is .zst.
To account for this, the script could be changed to accept zstd as compression type (-C), because zstd is probably the most commonly referred keyword for zstd compression, see e.g. tar --zstd.

But for now the script works with -C zst, so this should be reflected in the documentation/README.

The functional argument for using zstd is `-C zst` not `-C zstd`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant