dup-live-disk.sh: cosmetic changes

This commit is contained in:
2022-05-27 21:54:28 +02:00
parent 607c9495d7
commit f55e565aac

View File

@@ -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
}