Dont use getopt_long, minor usage changes, patch by Nick Fedchik

This commit is contained in:
Glenn L McGrath
2003-01-19 13:34:21 +00:00
parent e6ae6e3d39
commit a9adef0394
2 changed files with 5 additions and 11 deletions

View File

@@ -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 \