[BusyBox-cvs] busybox/include usage.h,1.138,1.139
Glenn McGrath
bug1 at busybox.net
Sun Jan 19 13:34:25 UTC 2003
Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv21055/include
Modified Files:
usage.h
Log Message:
Dont use getopt_long, minor usage changes, patch by Nick Fedchik
Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- usage.h 14 Jan 2003 06:42:56 -0000 1.138
+++ usage.h 19 Jan 2003 13:34:20 -0000 1.139
@@ -1505,11 +1505,11 @@
"$ mv /tmp/foo /bin/bar\n"
#define nameif_trivial_usage \
- "[OPTIONS] [{IFNAME MACADDR}]"
+ "[-s] [-c FILE] [{IFNAME MACADDR}]"
#define nameif_full_usage \
"Nameif renaming network interface while it in the down state.\n\n" \
"Options:\n" \
- "\t-c FILE\t\tUse another configuration file (default is /etc/mactab)\n" \
+ "\t-c FILE\t\tUse configuration file (default is /etc/mactab)\n" \
"\t-s\t\tUse syslog (LOCAL0 facility).\n" \
"\tIFNAME MACADDR\tnew_interface_name interface_mac_address\n"
#define nameif_example_usage \
More information about the busybox-cvs
mailing list