From fa2c13629e15fe80ad18b214583d9e514f855559 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 13 Nov 2020 08:36:45 -0500 Subject: improve error message --- src/usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usb') diff --git a/src/usb b/src/usb index a8fd5fb..a8ab015 100755 --- a/src/usb +++ b/src/usb @@ -52,7 +52,7 @@ choose_usb() set -- "$@" "$dev" done if [ $# = 0 ]; then - die "no usb device found" + die "no USB storage device found" elif [ $# = 1 ]; then [ "$NO_ACT" ] && confirm=confirm_usb_lax || confirm=confirm_usb_strict $confirm "$1" || exit -- cgit v1.2.3