aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-08 10:40:56 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-08 10:40:56 +0000
commit0abe9d96eee3bcdcdd766a863eb711ec004f2f4f (patch)
tree7ab1ff1de7061317ff137bd1ac54a36634185008
parent378481ed1e0ae1d731243f8082d82013cf18c11e (diff)
downloadbusybox-w32-0abe9d96eee3bcdcdd766a863eb711ec004f2f4f.tar.gz
busybox-w32-0abe9d96eee3bcdcdd766a863eb711ec004f2f4f.tar.bz2
busybox-w32-0abe9d96eee3bcdcdd766a863eb711ec004f2f4f.zip
- correct usage helptext of ifupdown
-rw-r--r--include/usage.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index aa1b8b6da..97f431889 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1613,27 +1613,31 @@
1613 " # ifenslave -c bond0 eth0\n" \ 1613 " # ifenslave -c bond0 eth0\n" \
1614 1614
1615#define ifup_trivial_usage \ 1615#define ifup_trivial_usage \
1616 "[-ahinv] ifaces..." 1616 "[-ain"USE_FEATURE_IFUPDOWN_MAPPING("m")"vf] ifaces..."
1617#define ifup_full_usage \ 1617#define ifup_full_usage \
1618 "Options:" \ 1618 "Options:" \
1619 "\n -a De/configure all interfaces automatically" \ 1619 "\n -a De/configure all interfaces automatically" \
1620 "\n -i FILE Use FILE for interface definitions" \ 1620 "\n -i FILE Use FILE for interface definitions" \
1621 "\n -n Print out what would happen, but don't do it" \ 1621 "\n -n Print out what would happen, but don't do it" \
1622 USE_FEATURE_IFUPDOWN_MAPPING( \
1622 "\n (note: doesn't disable mappings)" \ 1623 "\n (note: doesn't disable mappings)" \
1623 "\n -v Print out what would happen before doing it" \
1624 "\n -m Don't run any mappings" \ 1624 "\n -m Don't run any mappings" \
1625 ) \
1626 "\n -v Print out what would happen before doing it" \
1625 "\n -f Force de/configuration" \ 1627 "\n -f Force de/configuration" \
1626 1628
1627#define ifdown_trivial_usage \ 1629#define ifdown_trivial_usage \
1628 "[-ahinv] ifaces..." 1630 "[-ain"USE_FEATURE_IFUPDOWN_MAPPING("m")"vf] ifaces..."
1629#define ifdown_full_usage \ 1631#define ifdown_full_usage \
1630 "Options:" \ 1632 "Options:" \
1631 "\n -a De/configure all interfaces automatically" \ 1633 "\n -a De/configure all interfaces automatically" \
1632 "\n -i FILE Use FILE for interface definitions" \ 1634 "\n -i FILE Use FILE for interface definitions" \
1633 "\n -n Print out what would happen, but don't do it" \ 1635 "\n -n Print out what would happen, but don't do it" \
1636 USE_FEATURE_IFUPDOWN_MAPPING( \
1634 "\n (note: doesn't disable mappings)" \ 1637 "\n (note: doesn't disable mappings)" \
1635 "\n -v Print out what would happen before doing it" \
1636 "\n -m Don't run any mappings" \ 1638 "\n -m Don't run any mappings" \
1639 ) \
1640 "\n -v Print out what would happen before doing it" \
1637 "\n -f Force de/configuration" \ 1641 "\n -f Force de/configuration" \
1638 1642
1639#define inetd_trivial_usage \ 1643#define inetd_trivial_usage \