diff --git a/README.md b/README.md index d2e545a..6346776 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note that this script will recurse through *all* of tank1 and Remove snapshots older than a month on the zones pool that start with the string "autosnap_" - zfs-prune-snapshots 1M -p 'autosnap_' zones + zfs-prune-snapshots -p 'autosnap_' 1M zones Timespec -------- @@ -60,7 +60,7 @@ Usage note that this script will recurse through *all* of tank1 and *all* datasets below tank2/backup - # zfs-prune-snapshots 1M -p 'autosnap_' zones + # zfs-prune-snapshots -p 'autosnap_' 1M zones remove snapshots older than a month on the zones pool that start with the string "autosnap_" diff --git a/zfs-prune-snapshots b/zfs-prune-snapshots index bd0ea97..85fbbae 100755 --- a/zfs-prune-snapshots +++ b/zfs-prune-snapshots @@ -26,7 +26,7 @@ usage() { note that this script will recurse through *all* of tank1 and *all* datasets below tank2/backup - # zfs-prune-snapshots 1M -p 'autosnap_' zones + # zfs-prune-snapshots -p 'autosnap_' 1M zones remove snapshots older than a month on the zones pool that start with the string "autosnap_"