DEADSOFTWARE

FreeBSD added
authorAlexander Shiryaev <aixp@mail.ru>
Sun, 18 Nov 2012 21:15:06 +0000 (01:15 +0400)
committerAlexander Shiryaev <aixp@mail.ru>
Sun, 18 Nov 2012 21:15:06 +0000 (01:15 +0400)
new/switch-target

index 4b0845404be2d2a42c81318c9ee78f505f776dd0..fe0d785c67f13e57ef4c7256a3047f0974d97358 100755 (executable)
@@ -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