X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/ea8a9e83ab890358a6cbcc6452bc8f59a03e7613..bb3789f6fc628c19641076d8e841aa1e4b38f6c2:/INSTALL/tool/VentoyWorker.sh diff --git a/INSTALL/tool/VentoyWorker.sh b/INSTALL/tool/VentoyWorker.sh index a83625a..2adcc6e 100644 --- a/INSTALL/tool/VentoyWorker.sh +++ b/INSTALL/tool/VentoyWorker.sh @@ -15,12 +15,12 @@ print_usage() { echo ' -r SIZE_MB preserve some space at the bottom of the disk (only for install)' echo ' -s/-S enable/disable secure boot support (default is disabled)' echo ' -g use GPT partition style, default is MBR (only for install)' - echo ' -L Label of the 1st exfat partition (default is ventoy)' + echo ' -L Label of the 1st exfat partition (default is Ventoy)' echo '' } -VTNEW_LABEL='ventoy' +VTNEW_LABEL='Ventoy' RESERVE_SIZE_MB=0 while [ -n "$1" ]; do if [ "$1" = "-i" ]; then