]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/CreatePersistentImg.sh
Fix a bug when use workaround for Legacy BIOS access limitation with GPT partition...
[Ventoy.git] / INSTALL / CreatePersistentImg.sh
index 2e16ca51f00e743f4838f7b2a15dcbd73ed9d615..d8f41f8abde4c86579d1e5432c2ae2ae6adf333a 100644 (file)
@@ -23,6 +23,9 @@ while [ -n "$1" ]; do
     elif [ "$1" = "-l" ]; then
         shift
         label=$1
+    elif [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
+        print_usage
+        exit 0
     else
         print_usage
         exit 1