Changes to support mounting backup pool under linux zfs
[zfs-ubuntu/.git] / zfs-replicate-all
index c47b86f952930538361b488808ddf245e3fa46bf..0ed35f56a149af0d61f170ea0b0323692b6df8c9 100755 (executable)
@@ -77,7 +77,7 @@ snapshot_age() {
   fi
 }
 
-# Mount the local backup pool if needed and the option is given to do so, else error out
+# Import the local backup pool if needed and the option is given to do so, else error out
 zpool list -H "$backup_pool" >/dev/null 2>&1
 if [ $? != 0 ]; then
   if [[ $import_export_backup_pool == 1 ]]; then