summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl
diff options
context:
space:
mode:
author Rhett Aultman <roadriverrail@gmail.com>2020-08-31 16:15:46 -0400
committer GitHub <noreply@github.com>2020-08-31 16:15:46 -0400
commit17cd4dcb3b026813a65139d932cdd3b9f6772ff7 (patch)
tree5bb4fb891cd06cb0be279665192436d8973beab8 /src/osd/sdl
parent66859c1927cb2a44a6def42b594f30573f1da6e8 (diff)
Drop MASK from taputil.sh (#7162)
Diffstat (limited to 'src/osd/sdl')
-rwxr-xr-x[-rw-r--r--]src/osd/sdl/taputil.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/sdl/taputil.sh b/src/osd/sdl/taputil.sh
index 1a22048b9ca..c230d7c19f8 100644..100755
--- a/src/osd/sdl/taputil.sh
+++ b/src/osd/sdl/taputil.sh
@@ -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"