Browse Source

fixed typo in help

toastie89 1 year ago
parent
commit
e6146455d6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bootstrap-bullseye.sh

+ 2 - 2
bootstrap-bullseye.sh

@@ -265,6 +265,6 @@ case $1 in
     unmount
     ;;
   *)
-    echo "Valid functions are: grmlnetwork, install, postinstall and umount" >&2
+    echo "Valid functions are: grmlnetwork, install, postinstall and unmount" >&2
     ;;
-esac
+esac