mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
fix indenting in help output for ifconfig
This commit is contained in:
parent
14b1d2930a
commit
cf89c37d08
@ -1166,8 +1166,8 @@ USE_FEATURE_DATE_ISOFMT( \
|
||||
#define ifconfig_full_usage \
|
||||
"configure a network interface\n\n" \
|
||||
"Options:\n" \
|
||||
USAGE_IPV6("[add <address>[/<prefixlen>]]\n") \
|
||||
USAGE_IPV6("[del <address>[/<prefixlen>]]\n") \
|
||||
USAGE_IPV6("\t[add <address>[/<prefixlen>]]\n") \
|
||||
USAGE_IPV6("\t[del <address>[/<prefixlen>]]\n") \
|
||||
"\t[[-]broadcast [<address>]] [[-]pointopoint [<address>]]\n" \
|
||||
"\t[netmask <address>] [dstaddr <address>]\n" \
|
||||
USAGE_SIOCSKEEPALIVE("\t[outfill <NN>] [keepalive <NN>]\n") \
|
||||
|
Loading…
Reference in New Issue
Block a user