diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-19 13:34:21 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-19 13:34:21 +0000 |
commit | a9adef0394b8f6f600150e3c8d288f85e72d7f49 (patch) | |
tree | d9482d2ce435da124d28fb14cd1277a4c87e6efe /include | |
parent | e6ae6e3d39443606f9f101b9c6ef0070f3c863a1 (diff) | |
download | busybox-a9adef0394b8f6f600150e3c8d288f85e72d7f49.tar.gz |
Dont use getopt_long, minor usage changes, patch by Nick Fedchik
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
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 @@ "$ 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 \ |