Fixed the usage screen

This commit is contained in:
Pierre Pronchery 2012-11-08 11:40:01 +01:00
parent 4852ea5a3d
commit dd545af274

View File

@ -4,7 +4,7 @@
RESOLVCONF="/sbin/resolvconf"
if [ $# -ne 5 -a $# -ne 6 ]; then
echo "Usage: ip-up interface tty speed local remote [parameter]" 1>&2
echo "Usage: ip-down interface tty speed local remote [parameter]" 1>&2
exit 1
fi
interface="$1"