Explorar el Código

FreeBSD added

Alexander Shiryaev hace 12 años
padre
commit
724c48b2cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BlackBox/switch-target

+ 1 - 1
BlackBox/switch-target

@@ -59,6 +59,6 @@ elif [ $# -eq 2 ]; then
 	dolinks "${1}" "${2}"
 else
 	echo "usage: `basename $0` ( none | OS [ configuration ] )"
-	echo "	OS: Linux | OpenBSD"
+	echo "	OS: Linux | OpenBSD | FreeBSD"
 	exit 1
 fi