From b0293a61674ed329167aa49e7e563bf4a0e20106 Mon Sep 17 00:00:00 2001 From: vapier Date: Fri, 19 May 2006 16:14:31 +0000 Subject: fix indenting in help output for ifconfig git-svn-id: svn://busybox.net/trunk/busybox@15135 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/usage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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") \ -- cgit v1.2.3-55-g6feb