File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ The following features are available:
6565
6666### Extractors
6767
68- | Name | Description | Default? |
69- | ----------| ----------------------| ----------|
70- | ` tar-gz ` | Enables md5 hashers | Yes |
71- | ` tar-xz ` | Enables sha1 hashers | No |
72- | ` zip ` | Enables sha2 hashers | No |
68+ | Name | Description | Default? |
69+ | ----------| -------------------------- | ----------|
70+ | ` tar-gz ` | Enables tar gz extractor | Yes |
71+ | ` tar-xz ` | Enables tar xz extractor | No |
72+ | ` zip ` | Enables zip extractor | No |
7373
7474### Hashers
7575
Original file line number Diff line number Diff line change 7070//!
7171//! ### Extractors
7272//!
73- //! | Name | Description | Default? |
74- //! |----------|----------------------|----------|
75- //! | `tar-gz` | Enables md5 hashers | Yes |
76- //! | `tar-xz` | Enables sha1 hashers | No |
77- //! | `zip` | Enables sha2 hashers | No |
73+ //! | Name | Description | Default? |
74+ //! |----------|-------------------------- |----------|
75+ //! | `tar-gz` | Enables tar gz extractor | Yes |
76+ //! | `tar-xz` | Enables tar xz extractor | No |
77+ //! | `zip` | Enables zip extractor | No |
7878//!
7979//! ### Hashers
8080//!
You can’t perform that action at this time.
0 commit comments