diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-08 10:40:34 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-08 10:40:34 +0000 |
commit | 6e38d52120f5bdc17dd7c81a91ea221fcdedeedd (patch) | |
tree | 602b9bc0e38ada66fa3da9da195a3b59540fe379 | |
parent | 647c20cfc2de89391c4b31da20b137248c13f302 (diff) | |
download | busybox-w32-6e38d52120f5bdc17dd7c81a91ea221fcdedeedd.tar.gz busybox-w32-6e38d52120f5bdc17dd7c81a91ea221fcdedeedd.tar.bz2 busybox-w32-6e38d52120f5bdc17dd7c81a91ea221fcdedeedd.zip |
- correct usage helptext of ifupdown
-rw-r--r-- | include/usage.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index e791ba6bf..0e5640778 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1663,27 +1663,31 @@ | |||
1663 | " # ifenslave -c bond0 eth0\n" \ | 1663 | " # ifenslave -c bond0 eth0\n" \ |
1664 | 1664 | ||
1665 | #define ifup_trivial_usage \ | 1665 | #define ifup_trivial_usage \ |
1666 | "[-ahinv] ifaces..." | 1666 | "[-ain"USE_FEATURE_IFUPDOWN_MAPPING("m")"vf] ifaces..." |
1667 | #define ifup_full_usage "\n\n" \ | 1667 | #define ifup_full_usage "\n\n" \ |
1668 | "Options:" \ | 1668 | "Options:" \ |
1669 | "\n -a De/configure all interfaces automatically" \ | 1669 | "\n -a De/configure all interfaces automatically" \ |
1670 | "\n -i FILE Use FILE for interface definitions" \ | 1670 | "\n -i FILE Use FILE for interface definitions" \ |
1671 | "\n -n Print out what would happen, but don't do it" \ | 1671 | "\n -n Print out what would happen, but don't do it" \ |
1672 | USE_FEATURE_IFUPDOWN_MAPPING( \ | ||
1672 | "\n (note: doesn't disable mappings)" \ | 1673 | "\n (note: doesn't disable mappings)" \ |
1673 | "\n -v Print out what would happen before doing it" \ | ||
1674 | "\n -m Don't run any mappings" \ | 1674 | "\n -m Don't run any mappings" \ |
1675 | ) \ | ||
1676 | "\n -v Print out what would happen before doing it" \ | ||
1675 | "\n -f Force de/configuration" \ | 1677 | "\n -f Force de/configuration" \ |
1676 | 1678 | ||
1677 | #define ifdown_trivial_usage \ | 1679 | #define ifdown_trivial_usage \ |
1678 | "[-ahinv] ifaces..." | 1680 | "[-ain"USE_FEATURE_IFUPDOWN_MAPPING("m")"vf] ifaces..." |
1679 | #define ifdown_full_usage "\n\n" \ | 1681 | #define ifdown_full_usage "\n\n" \ |
1680 | "Options:" \ | 1682 | "Options:" \ |
1681 | "\n -a De/configure all interfaces automatically" \ | 1683 | "\n -a De/configure all interfaces automatically" \ |
1682 | "\n -i FILE Use FILE for interface definitions" \ | 1684 | "\n -i FILE Use FILE for interface definitions" \ |
1683 | "\n -n Print out what would happen, but don't do it" \ | 1685 | "\n -n Print out what would happen, but don't do it" \ |
1686 | USE_FEATURE_IFUPDOWN_MAPPING( \ | ||
1684 | "\n (note: doesn't disable mappings)" \ | 1687 | "\n (note: doesn't disable mappings)" \ |
1685 | "\n -v Print out what would happen before doing it" \ | ||
1686 | "\n -m Don't run any mappings" \ | 1688 | "\n -m Don't run any mappings" \ |
1689 | ) \ | ||
1690 | "\n -v Print out what would happen before doing it" \ | ||
1687 | "\n -f Force de/configuration" \ | 1691 | "\n -f Force de/configuration" \ |
1688 | 1692 | ||
1689 | #define inetd_trivial_usage \ | 1693 | #define inetd_trivial_usage \ |