fix args
This commit is contained in:
parent
fad70bccc5
commit
fae82faa80
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ $# -ne 3 ]; then
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "$0 ip-address nat64-prefix"
|
||||
echo " ip-address: where to find the OpenWRT device"
|
||||
echo " nat64-prefix: which network to use for INCOMING NAT64 (often 2a0a:e5c1:XXX:b00::/96"
|
||||
|
|
Loading…
Reference in a new issue