mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-03-13 21:12:58 -04:00
parent
1bf3e73373
commit
6ffb263f43
@ -33,6 +33,12 @@ while [ -n "$1" ]; do
|
|||||||
RESERVE_SPACE="YES"
|
RESERVE_SPACE="YES"
|
||||||
shift
|
shift
|
||||||
RESERVE_SIZE_MB=$1
|
RESERVE_SIZE_MB=$1
|
||||||
|
elif [ "$1" = "--help" ]; then
|
||||||
|
print_usage
|
||||||
|
exit 0
|
||||||
|
elif [ "$1" = "--version" ]; then
|
||||||
|
echo "Ventoy v1.0.19"
|
||||||
|
exit 0
|
||||||
else
|
else
|
||||||
if ! [ -b "$1" ]; then
|
if ! [ -b "$1" ]; then
|
||||||
vterr "$1 is NOT a valid device"
|
vterr "$1 is NOT a valid device"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user