mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Drop MASK from taputil.sh (#7162)
This commit is contained in:
parent
66859c1927
commit
17cd4dcb3b
4
src/osd/sdl/taputil.sh
Normal file → Executable file
4
src/osd/sdl/taputil.sh
Normal file → Executable 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"
|
||||
|
Loading…
Reference in New Issue
Block a user