Browse Source

Обновить 'src/module-reg4uefi'

Берсенев Валерий 1 year ago
parent
commit
c7da5bedbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/module-reg4uefi

+ 1 - 1
src/module-reg4uefi

@@ -59,7 +59,7 @@ if [[ "$opt" != "" ]] && [[ $(echo $opt|grep -e '^[::a-z::]'|wc -l) != "0" ]] ;
59 59
     regMod;
60 60
 else
61 61
     echo "example: module-reg4uefi <module name>"
62
-    echo "example module name: nvidia"
62
+    echo "example module name: vbox"
63 63
 
64 64
 fi
65 65