openwrt: clarify cli usage
This commit is contained in:
parent
9f3f014a84
commit
ccdc89acee
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if [ $# -ne 2 ]; then
|
||||||
echo "$0 ip-address interface"
|
echo "$0 ip-address interface"
|
||||||
echo " ip-address: where to find the OpenWRT device"
|
echo " ip-address: where to find the OpenWRT device"
|
||||||
echo " interface: which interface is the LTE 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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue