openwrt: clarify cli usage

This commit is contained in:
Nico Schottelius 2022-03-13 17:35:51 +01:00
parent 9f3f014a84
commit ccdc89acee
1 changed files with 1 additions and 1 deletions

View File

@ -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