ソースを参照

fixed typo in help

toastie89 2 年 前
コミット
e6146455d6
1 ファイル変更2 行追加2 行削除
  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