diff options
-rw-r--r-- | network-scripts/network-functions-ipv6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network-scripts/network-functions-ipv6 b/network-scripts/network-functions-ipv6 index 2f7b19b8..d1244815 100644 --- a/network-scripts/network-functions-ipv6 +++ b/network-scripts/network-functions-ipv6 @@ -1077,7 +1077,7 @@ ipv6_wait_tentative() { if [ -n "$ip_output" ]; then net_log $"Some IPv6 address(es) of ${device} remain still in 'tentative' state" warning $fn - net_log $"Run 'ip -6 addr show dev ${device} tentative' to see more" warning $fn + net_log $"Run 'ip -6 addr show dev ${device} tentative' for more info" warning $fn fi return 0 |