Quellcode durchsuchen

fixed typo in help

toastie89 vor 2 Jahren
Ursprung
Commit
e6146455d6
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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