From cf89c37d08c3f14d345ba122fb676a3255b55edc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 19 May 2006 16:14:31 +0000 Subject: [PATCH] fix indenting in help output for ifconfig --- include/usage.h | 4 ++-- 1 file 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( \ #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") \