From 3196d4d234e67bd1030e53e3ce6e4e7c5c6fda03 Mon Sep 17 00:00:00 2001 From: "Jules Sam. Randolph" Date: Mon, 25 May 2020 16:36:09 -0300 Subject: [PATCH] release: 4.0.2-beta.2 --- bootiso | 4 ++-- docs/index.html | 34 ++++++++++++++++++---------------- extra/man/bootiso.1 | 2 +- 3 files changed, 21 insertions(+), 19 deletions(-) diff --git a/bootiso b/bootiso index 8151c77..dc59efe 100755 --- a/bootiso +++ b/bootiso @@ -2,7 +2,7 @@ # shellcheck disable=SC2181 # shellcheck disable=SC2236 # -# Version 4.0.2-beta.1 +# Version 4.0.2-beta.2 # # bootiso - create a bootable USB drive from an image file # Copyright (C) 2018-2020 jules randolph @@ -26,7 +26,7 @@ set -o pipefail set -E -version="4.0.2-beta.1" +version="4.0.2-beta.2" scriptName=$(basename "$0") bashVersion=$(echo "$BASH_VERSION" | cut -d. -f1) diff --git a/docs/index.html b/docs/index.html index 8285b57..09eb8ea 100644 --- a/docs/index.html +++ b/docs/index.html @@ -182,15 +182,14 @@

--format
-
Wipe and format the selected USB device. -

Default Behavior: If no device were - explicitly selected with --device modifier, - bootiso will prompt for selection. With no - further notice, bootiso will write a MBR - partition table and format a FAT32 partition. These defaults can be - overridden with --gpt and - --fs modifiers.

-
+
Wipe and format the selected USB device. Default + Behavior: If no device were explicitly selected with + --device modifier, bootiso + will prompt for selection. With no further notice, + bootiso will write a MBR partition table and + format a FAT32 partition. These defaults can be overridden with + --gpt and --fs + modifiers.
--help
Display a concise list of options then exits.
@@ -632,7 +631,7 @@

Copyright Jules Sam. Randolph.

GPLv3 License: - https://www.gnu.org/licenses/gpl-3.0. + https://www.gnu.org/licenses/gpl-3.0 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

@@ -650,7 +649,7 @@