Browse Source

updated help msg

Toastie 1 year ago
parent
commit
da8bab7af9
1 changed files with 1 additions and 1 deletions
  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