svn commit: trunk/busybox/include

aldot at busybox.net aldot at busybox.net
Thu May 8 03:40:36 PDT 2008


Author: aldot
Date: 2008-05-08 03:40:34 -0700 (Thu, 08 May 2008)
New Revision: 21946

Log:
- correct usage helptext of ifupdown


Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2008-05-07 14:52:01 UTC (rev 21945)
+++ trunk/busybox/include/usage.h	2008-05-08 10:40:34 UTC (rev 21946)
@@ -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	-m	Don't run any mappings" \
+	) \
      "\n	-v	Print out what would happen before doing it" \
-     "\n	-m	Don't run any mappings" \
      "\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	-m	Don't run any mappings" \
+	) \
      "\n	-v	Print out what would happen before doing it" \
-     "\n	-m	Don't run any mappings" \
      "\n	-f	Force de/configuration" \
 
 #define inetd_trivial_usage \



More information about the busybox-cvs mailing list