summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2020-11-13 08:36:45 -0500
committerAndrew Cady <d@cryptonomic.net>2020-11-13 08:36:45 -0500
commitfa2c13629e15fe80ad18b214583d9e514f855559 (patch)
tree689343a34c0bc2bf637d03adc60d51d5250fe5e7
parent128fa6834d422bcf195436468927e57f332fd97d (diff)
improve error message
-rwxr-xr-xsrc/usb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usb b/src/usb
index a8fd5fb..a8ab015 100755
--- a/src/usb
+++ b/src/usb
@@ -52,7 +52,7 @@ choose_usb()
52 set -- "$@" "$dev" 52 set -- "$@" "$dev"
53 done 53 done
54 if [ $# = 0 ]; then 54 if [ $# = 0 ]; then
55 die "no usb device found" 55 die "no USB storage device found"
56 elif [ $# = 1 ]; then 56 elif [ $# = 1 ]; then
57 [ "$NO_ACT" ] && confirm=confirm_usb_lax || confirm=confirm_usb_strict 57 [ "$NO_ACT" ] && confirm=confirm_usb_lax || confirm=confirm_usb_strict
58 $confirm "$1" || exit 58 $confirm "$1" || exit