Drop MASK from taputil.sh (#7162)

This commit is contained in:
Rhett Aultman 2020-08-31 16:15:46 -04:00 committed by GitHub
parent 66859c1927
commit 17cd4dcb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
src/osd/sdl/taputil.sh Normal file → Executable file
View File

@ -22,9 +22,9 @@ ip tuntap del dev $TAP mode tap
exit
fi
if [ "$#" != "5" ]
if [ "$#" != "4" ]
then
echo "usage: mess-tap [-c] [-d] USER EMUADDR HOSTADDR MASK"
echo "usage: mess-tap [-c] [-d] USER EMUADDR HOSTADDR"
echo "-c create interface"
echo "-d delete interface"
echo "USER user to own interface, required to delete"