Recommend -X, not -x
authoraland <aland>
Sat, 18 Aug 2007 13:17:46 +0000 (13:17 +0000)
committeraland <aland>
Sat, 18 Aug 2007 13:17:46 +0000 (13:17 +0000)
debian/freeradius.init

index e39a366..4284e85 100755 (executable)
@@ -33,7 +33,7 @@ case "$1" in
                if [ $? -eq 0 ]; then
                        echo "$PROG."
                else
-                       echo "(failed!  run '$PROGRAM -x' to find out why.)"
+                       echo "(failed!  run '$PROGRAM -X' to find out why.)"
                        exit 1
                fi
                ;;