From 8a8252624f621fd3ebc13b45b2c456d535c339b8 Mon Sep 17 00:00:00 2001
From: "Alan J. Pippin" <alan@pippins.net>
Date: Mon, 3 Feb 2020 14:05:51 -0700
Subject: [PATCH] Updated comment to describe actual behavior

Change-Id: Id8138151c76c3211809cb2ff27960dfca0a247e2
---
 zfs-scripts.conf.dist | 1 +
 1 file changed, 1 insertion(+)

diff --git a/zfs-scripts.conf.dist b/zfs-scripts.conf.dist
index e213658..894f783 100644
--- a/zfs-scripts.conf.dist
+++ b/zfs-scripts.conf.dist
@@ -57,6 +57,7 @@ throttle_opt="-v -M 10"
 
 # Specify the list of filesystems to replicate from the $remote to the $backup_pool (1 per line)
 # The format of each line should be: pool/filesystem OR dst_pool:src_pool/filesystem
+# NOTE: If dst_pool is not specified, the given pool/filesystem will be replicated to all pools in backup_pool
 filesystems_to_replicate="
 "
 
-- 
2.34.1