aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-08 10:40:34 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-08 10:40:34 +0000
commit6e38d52120f5bdc17dd7c81a91ea221fcdedeedd (patch)
tree602b9bc0e38ada66fa3da9da195a3b59540fe379 /include
parent647c20cfc2de89391c4b31da20b137248c13f302 (diff)
downloadbusybox-6e38d52120f5bdc17dd7c81a91ea221fcdedeedd.tar.gz
- correct usage helptext of ifupdown
Diffstat (limited to 'include')
-rw-r--r--include/usage.h12
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 @@
" # ifenslave -c bond0 eth0\n" \
#define ifup_trivial_usage \
- "[-ahinv] ifaces..."
+ "[-ain"USE_FEATURE_IFUPDOWN_MAPPING("m")"vf] ifaces..."
#define ifup_full_usage "\n\n" \
"Options:" \
"\n -a De/configure all interfaces automatically" \
"\n -i FILE Use FILE for interface definitions" \
"\n -n Print out what would happen, but don't do it" \
+ USE_FEATURE_IFUPDOWN_MAPPING( \
"\n (note: doesn't disable mappings)" \
- "\n -v Print out what would happen before doing it" \
"\n -m Don't run any mappings" \
+ ) \
+ "\n -v Print out what would happen before doing it" \
"\n -f Force de/configuration" \
#define ifdown_trivial_usage \
- "[-ahinv] ifaces..."
+ "[-ain"USE_FEATURE_IFUPDOWN_MAPPING("m")"vf] ifaces..."
#define ifdown_full_usage "\n\n" \
"Options:" \
"\n -a De/configure all interfaces automatically" \
"\n -i FILE Use FILE for interface definitions" \
"\n -n Print out what would happen, but don't do it" \
+ USE_FEATURE_IFUPDOWN_MAPPING( \
"\n (note: doesn't disable mappings)" \
- "\n -v Print out what would happen before doing it" \
"\n -m Don't run any mappings" \
+ ) \
+ "\n -v Print out what would happen before doing it" \
"\n -f Force de/configuration" \
#define inetd_trivial_usage \