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