From f55e565aaca45d026d575116df19db048c40bb95 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Fri, 27 May 2022 21:54:28 +0200 Subject: [PATCH] dup-live-disk.sh: cosmetic changes --- bash/dup-live-disk.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bash/dup-live-disk.sh b/bash/dup-live-disk.sh index a86ec22..077629a 100755 --- a/bash/dup-live-disk.sh +++ b/bash/dup-live-disk.sh @@ -162,8 +162,8 @@ Usage: $CMD [OPTIONS] [SRC] DST Duplicate SRC (or live system) disk partitions to DST disk partitions. Options: - -a, --autofs=DIR autofs "LABEL-based" directory. Default is '/mnt'. - -c, --copy=ACTION do partitions copies (ACTION='yes', 'no', 'ask'). + -a, --autofs=DIR autofs 'LABEL-based' directory. Default is '/mnt'. + -c, --copy=ACTION do partitions copies (ACTION='yes', 'no', 'ask). Default is 'ask' -d, --dry-run dry-run: nothing will be written to disk -f, --fstab=ACTION adjust fstab on destination disk ('yes', 'no', @@ -171,7 +171,7 @@ Options: -g, --grub=ACTION install grub on destination disk ('yes', 'no', 'ask'). Default is 'ask' -h, --help this help - -m, --man display a man-like page and exit + -m, --man display a "man-like" page and exit -M, --mariadb=ACTION stop and restart mysql/mariadb server before and after copies ('yes', 'no', 'ask'). Default is 'ask' -n, --no Will answer 'no' to any question @@ -180,7 +180,7 @@ Options: -y, --yes Will answer 'yes' to any question SRC and DST have strong constraints on partitions schemes and naming. -Type '$CMD --man' for more details. +Type '$CMD --man' for more details _EOF return 0 }