Quellcode durchsuchen

updated help msg

Toastie vor 2 Jahren
Ursprung
Commit
da8bab7af9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      bootrap-bullseye.sh

+ 1 - 1
bootrap-bullseye.sh

@@ -38,7 +38,7 @@ then
   "$@"
 else
   # Show a helpful error
-  echo "Valid functions are prepare, install, bootloader, postinstall" >&2
+  echo "Valid functions are: grmlnetwork, prepare, install, bootloader, postinstall" >&2
   exit 1
 fi