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-w32-cf89c37d08c3f14d345ba122fb676a3255b55edc.tar.gz busybox-w32-cf89c37d08c3f14d345ba122fb676a3255b55edc.tar.bz2 busybox-w32-cf89c37d08c3f14d345ba122fb676a3255b55edc.zip |
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( \ | |||
1166 | #define ifconfig_full_usage \ | 1166 | #define ifconfig_full_usage \ |
1167 | "configure a network interface\n\n" \ | 1167 | "configure a network interface\n\n" \ |
1168 | "Options:\n" \ | 1168 | "Options:\n" \ |
1169 | USAGE_IPV6("[add <address>[/<prefixlen>]]\n") \ | 1169 | USAGE_IPV6("\t[add <address>[/<prefixlen>]]\n") \ |
1170 | USAGE_IPV6("[del <address>[/<prefixlen>]]\n") \ | 1170 | USAGE_IPV6("\t[del <address>[/<prefixlen>]]\n") \ |
1171 | "\t[[-]broadcast [<address>]] [[-]pointopoint [<address>]]\n" \ | 1171 | "\t[[-]broadcast [<address>]] [[-]pointopoint [<address>]]\n" \ |
1172 | "\t[netmask <address>] [dstaddr <address>]\n" \ | 1172 | "\t[netmask <address>] [dstaddr <address>]\n" \ |
1173 | USAGE_SIOCSKEEPALIVE("\t[outfill <NN>] [keepalive <NN>]\n") \ | 1173 | USAGE_SIOCSKEEPALIVE("\t[outfill <NN>] [keepalive <NN>]\n") \ |