aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 9ec25c49f..8d4615444 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1166,8 +1166,8 @@ USE_FEATURE_DATE_ISOFMT( \
1166#define ifconfig_full_usage \ 1166#define ifconfig_full_usage \
1167 "configure a network interface\n\n" \ 1167 "configure a network interface\n\n" \
1168 "Options:\n" \ 1168 "Options:\n" \
1169 USAGE_IPV6("[add <address>[/<prefixlen>]]\n") \ 1169 USAGE_IPV6("\t[add <address>[/<prefixlen>]]\n") \
1170 USAGE_IPV6("[del <address>[/<prefixlen>]]\n") \ 1170 USAGE_IPV6("\t[del <address>[/<prefixlen>]]\n") \
1171 "\t[[-]broadcast [<address>]] [[-]pointopoint [<address>]]\n" \ 1171 "\t[[-]broadcast [<address>]] [[-]pointopoint [<address>]]\n" \
1172 "\t[netmask <address>] [dstaddr <address>]\n" \ 1172 "\t[netmask <address>] [dstaddr <address>]\n" \
1173 USAGE_SIOCSKEEPALIVE("\t[outfill <NN>] [keepalive <NN>]\n") \ 1173 USAGE_SIOCSKEEPALIVE("\t[outfill <NN>] [keepalive <NN>]\n") \