Fixed the usage screen
This commit is contained in:
parent
4852ea5a3d
commit
dd545af274
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user