svn commit: trunk/busybox/include
vapier at busybox.net
vapier at busybox.net
Fri May 19 16:14:32 UTC 2006
Author: vapier
Date: 2006-05-19 09:14:31 -0700 (Fri, 19 May 2006)
New Revision: 15135
Log:
fix indenting in help output for ifconfig
Modified:
trunk/busybox/include/usage.h
Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h 2006-05-19 14:02:51 UTC (rev 15134)
+++ trunk/busybox/include/usage.h 2006-05-19 16:14:31 UTC (rev 15135)
@@ -1166,8 +1166,8 @@
#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") \
More information about the busybox-cvs
mailing list