From 5063bec0ff1a5f754f2b1e3e2b7452749b403843 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Tue, 1 Nov 2016 08:48:54 -0500 Subject: [PATCH] fix typo --- bin/snap-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/snap-sync b/bin/snap-sync index 690baaa..98a2ed1 100755 --- a/bin/snap-sync +++ b/bin/snap-sync @@ -35,7 +35,7 @@ for x in $UUIDS; do UUIDS_ARRAY[$i]=$x i=$((i+1)) done -printf "Selected a mounted BTRFS device to backup to.\n" +printf "Select a mounted BTRFS device to backup to.\n" disk=-1 while [[ $disk -lt 0 || $disk -gt $i ]]; do for x in "${!TARGETS_ARRAY[@]}"; do