From b6f932ebc35367f15797cd6d15759a47cf530a1f Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 30 Aug 2024 12:17:15 +0200 Subject: [PATCH] update comment --- usr/bin/archboot-clean-blockdevice.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/bin/archboot-clean-blockdevice.sh b/usr/bin/archboot-clean-blockdevice.sh index 536f231ba..06f446d41 100755 --- a/usr/bin/archboot-clean-blockdevice.sh +++ b/usr/bin/archboot-clean-blockdevice.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # SPDX-License-Identifier: GPL-3.0-or-later -# archboot-restore-usbstick.sh - restore usbstick to FAT32 +# archboot-clean-blockdevice.sh - clean blockdevice from filesystem +# signatures and partition table # by Tobias Powalowski . /usr/lib/archboot/common.sh _usage()