From ccdc89acee23296abbfe75e734f3c4a10dc7b634 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 13 Mar 2022 17:35:51 +0100 Subject: [PATCH] openwrt: clarify cli usage --- openwrt/openwrt-add-usb-lte.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/openwrt-add-usb-lte.sh b/openwrt/openwrt-add-usb-lte.sh index 808700b..130fdcf 100755 --- a/openwrt/openwrt-add-usb-lte.sh +++ b/openwrt/openwrt-add-usb-lte.sh @@ -5,7 +5,7 @@ if [ $# -ne 2 ]; then echo "$0 ip-address interface" echo " ip-address: where to find the OpenWRT device" echo " interface: which interface is the LTE device" - echo " Usually eth1 on VIIRB, VIWIB eth3 on PIB" + echo " Usually eth1 on VIIRB and VIWIB; eth3 on PIB" exit 1 fi