aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-19 13:34:21 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-19 13:34:21 +0000
commit9118853b4131ca4be1bf5bdc229047f704ccafd9 (patch)
treed9482d2ce435da124d28fb14cd1277a4c87e6efe /include
parent4d9ee560876c32f0a68da467c0eacffa0f99ed37 (diff)
downloadbusybox-w32-9118853b4131ca4be1bf5bdc229047f704ccafd9.tar.gz
busybox-w32-9118853b4131ca4be1bf5bdc229047f704ccafd9.tar.bz2
busybox-w32-9118853b4131ca4be1bf5bdc229047f704ccafd9.zip
Dont use getopt_long, minor usage changes, patch by Nick Fedchik
git-svn-id: svn://busybox.net/trunk/busybox@6385 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index aaac7dfd9..e5aad2f4f 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1505,11 +1505,11 @@
1505 "$ mv /tmp/foo /bin/bar\n" 1505 "$ mv /tmp/foo /bin/bar\n"
1506 1506
1507#define nameif_trivial_usage \ 1507#define nameif_trivial_usage \
1508 "[OPTIONS] [{IFNAME MACADDR}]" 1508 "[-s] [-c FILE] [{IFNAME MACADDR}]"
1509#define nameif_full_usage \ 1509#define nameif_full_usage \
1510 "Nameif renaming network interface while it in the down state.\n\n" \ 1510 "Nameif renaming network interface while it in the down state.\n\n" \
1511 "Options:\n" \ 1511 "Options:\n" \
1512 "\t-c FILE\t\tUse another configuration file (default is /etc/mactab)\n" \ 1512 "\t-c FILE\t\tUse configuration file (default is /etc/mactab)\n" \
1513 "\t-s\t\tUse syslog (LOCAL0 facility).\n" \ 1513 "\t-s\t\tUse syslog (LOCAL0 facility).\n" \
1514 "\tIFNAME MACADDR\tnew_interface_name interface_mac_address\n" 1514 "\tIFNAME MACADDR\tnew_interface_name interface_mac_address\n"
1515#define nameif_example_usage \ 1515#define nameif_example_usage \