diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-19 16:14:31 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-19 16:14:31 +0000 |
commit | b0293a61674ed329167aa49e7e563bf4a0e20106 (patch) | |
tree | 9bdd68f956b47a021d2bf856b3514729e22fd344 | |
parent | bce74fd3d3da63b6a3f07c8d19634e6705aec6df (diff) | |
download | busybox-w32-b0293a61674ed329167aa49e7e563bf4a0e20106.tar.gz busybox-w32-b0293a61674ed329167aa49e7e563bf4a0e20106.tar.bz2 busybox-w32-b0293a61674ed329167aa49e7e563bf4a0e20106.zip |
fix indenting in help output for ifconfig
git-svn-id: svn://busybox.net/trunk/busybox@15135 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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") \ |