diff etc/periodic/daily/750.local-trim-zfs @ 402:1ccd7bf1ed06

Make ZFS uppercased in output messages and in the documentation
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 25 Feb 2023 15:32:40 +0100
parents 68e3fce18202
children
line wrap: on
line diff
--- a/etc/periodic/daily/750.local-trim-zfs	Sat Feb 25 15:17:38 2023 +0100
+++ b/etc/periodic/daily/750.local-trim-zfs	Sat Feb 25 15:32:40 2023 +0100
@@ -25,7 +25,7 @@
 case "$daily_local_trim_zfs_enable" in
     [Yy][Ee][Ss])
 	echo
-	echo 'TRIM of zfs pools:'
+	echo 'TRIM of ZFS pools:'
 
 	if [ -z "${daily_local_trim_zfs_pools}" ]; then
 		daily_local_trim_zfs_pools="$(zpool list -H -o name)"