commit: 93d3a8ca4a37b25c71ca9c0edcf1a941a80c8a41 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Apr 7 19:20:22 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Apr 7 19:21:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d3a8ca
sys-fs/zfs-auto-snapshot: typofix in README.gentoo Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-fs/zfs-auto-snapshot/files/README.gentoo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/zfs-auto-snapshot/files/README.gentoo b/sys-fs/zfs-auto-snapshot/files/README.gentoo index cb712d317ea0..c48b72277569 100644 --- a/sys-fs/zfs-auto-snapshot/files/README.gentoo +++ b/sys-fs/zfs-auto-snapshot/files/README.gentoo @@ -10,7 +10,7 @@ zfs set com.sun:auto-snapshot:<frequent|hourly|daily|weekly|monthly>=[true|false for example: # zfs set com.sun:auto-snapshot=false zroot -Will disalbe all snapshots for zroot and all nested datasets will inherit the property. +Will disable all snapshots for zroot and all nested datasets will inherit the property. # zfs set com.sun:auto-snapshot=true zroot/ROOT/default Will enable all types of snapshots for given dataset.
