From a3984a529fba80f0b7ea5d34a34bed65b9deec24 Mon Sep 17 00:00:00 2001 From: Dmitry K Date: Tue, 6 Apr 2021 19:48:48 +0300 Subject: [PATCH] tapsetup: fix typo in usage text --- dist/tools/tapsetup/tapsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/tapsetup/tapsetup b/dist/tools/tapsetup/tapsetup index cb61927625..491399fffd 100755 --- a/dist/tools/tapsetup/tapsetup +++ b/dist/tools/tapsetup/tapsetup @@ -24,7 +24,7 @@ usage() { echo " -d, --delete: Delete all interface" >&2 echo " -l , --list : If belongs to a bridge, list the bridge and" >&2 echo " all interfaces that belong to it. If does " >&2 - echo" not belong to a bridge, just print ." >&2 + echo " not belong to a bridge, just print ." >&2 echo " -a
[/], --address
[/]:" >&2 echo " Address to add to the created bridge. Can be used" >&2 echo " multiple times." >&2