]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Set default label from ventoy to Ventoy (#656)
authorBL4CKH47H4CK3R <54761717+BL4CKH47H4CK3R@users.noreply.github.com>
Thu, 17 Dec 2020 04:33:02 +0000 (10:33 +0600)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 04:33:02 +0000 (12:33 +0800)
Windows version has default label Ventoy instead of ventoy.
Commited just for beautifications !

INSTALL/tool/VentoyWorker.sh

index a83625a9b5e978ecb47180330600b460158bc2cc..2adcc6ec0a71f6d58d63e6b2102282156f9ed141 100644 (file)
@@ -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