diff --git a/README.md b/README.md index c51c084..59013a9 100644 --- a/README.md +++ b/README.md @@ -123,8 +123,8 @@ With these settings it is possible to cause ZFS snapshot name collisions (meanin For example by running `pacman -S tmux` three times within the same minute (once for an _Install_ operation and two more times for two identical _Upgrade_ operations) your system may generate the following example snapshots: ``` -zpool/root/archlinux@pacman_2023-03-07-0116_op:inst_sev:trv_pkgs:tmux 1.66M - 20.7G - -zpool/root/archlinux@pacman_2023-03-07-0116_op:upgr_sev:trv_pkgs:tmux 2.17M - 20.7G - +zpool/root/archlinux@pacman_2023-03-07-0116_op:inst_sev:trv_pkgs:tmux +zpool/root/archlinux@pacman_2023-03-07-0116_op:upgr_sev:trv_pkgs:tmux ``` Notice that there is no third snapshot for the second identical _Upgrade_ operation as this script skipped snapshot creation.