From: Mike Frysinger Date: Fri, 19 May 2006 16:14:31 +0000 (-0000) Subject: fix indenting in help output for ifconfig X-Git-Tag: 1_2_0~343 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cf89c37d08c3f14d345ba122fb676a3255b55edc;p=oweals%2Fbusybox.git fix indenting in help output for ifconfig --- 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( \ #define ifconfig_full_usage \ "configure a network interface\n\n" \ "Options:\n" \ - USAGE_IPV6("[add
[/]]\n") \ - USAGE_IPV6("[del
[/]]\n") \ + USAGE_IPV6("\t[add
[/]]\n") \ + USAGE_IPV6("\t[del
[/]]\n") \ "\t[[-]broadcast [
]] [[-]pointopoint [
]]\n" \ "\t[netmask
] [dstaddr
]\n" \ USAGE_SIOCSKEEPALIVE("\t[outfill ] [keepalive ]\n") \