diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-19 16:14:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-19 16:14:31 +0000 |
commit | cf89c37d08c3f14d345ba122fb676a3255b55edc (patch) | |
tree | 9bdd68f956b47a021d2bf856b3514729e22fd344 /include | |
parent | 14b1d2930a059c048cbd7b084eb083326847478f (diff) | |
download | busybox-cf89c37d08c3f14d345ba122fb676a3255b55edc.tar.gz |
fix indenting in help output for ifconfig
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files 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 <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") \ |