diff --git a/CHANGES.md b/CHANGES.md index f8fb1d8..644b84a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,23 +4,25 @@ ZFS Prune Snapshots Changes Not Yet Released ---------------- -- Show snapshot size (used) and number of snapshots processed +- Show snapshot size (used) and number of snapshots processed (6e3891ddd1) +- Add list only option (`-l`) to just list datasets that match (e4ba772f2c) `v1.3.0` -------- -- Add recursive deletion option (-R) (482420faba) +- Add recursive deletion option (`-R`) (482420faba) `v1.2.0` -------- - Add zfs binary check ([#8](https://github.com/bahamas10/zfs-prune-snapshots/pull/8)) -- Support inverting of prefix/suffix match ([#17](https://github.com/bahamas10/zfs-prune-snapshots/pull/17)) +- Support inverting of prefix/suffix match (`-i`) + ([#17](https://github.com/bahamas10/zfs-prune-snapshots/pull/17)) `v1.1.0` -------- -- Support suffix matching (-s) (e7aa72160f8) +- Support suffix matching (`-s`) (e7aa72160f8) `v1.0.1` -------- diff --git a/README.md b/README.md index 7fb5f12..c8610d4 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ be considered for deletion - possible specifiers are Usage ----- - usage: zfs-prune-snapshots [-hniqvV] [-p [[dataset1] ...] + usage: zfs-prune-snapshots [-hnliqRvV] [-p ] [-s ]