aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2011-03-06 19:42:51 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-03-06 19:42:51 +0100
commit293a8f250d35157aced813695e1975078a521d19 (patch)
tree4a99690e5464e1ea832cfca2907fe0732ba1b4fa /include
parent2adc0e6d8b146991063309238569a703af6bda8f (diff)
downloadbusybox-w32-293a8f250d35157aced813695e1975078a521d19.tar.gz
busybox-w32-293a8f250d35157aced813695e1975078a521d19.tar.bz2
busybox-w32-293a8f250d35157aced813695e1975078a521d19.zip
nameif: add matching by phy_address=NUM; extend help text
function old new delta nameif_main 618 686 +68 packed_usage 28095 28149 +54 prepend_new_eth_table 295 338 +43 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 165/0) Total: 165 bytes Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/usage.src.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/usage.src.h b/include/usage.src.h
index c2575b561..df770c454 100644
--- a/include/usage.src.h
+++ b/include/usage.src.h
@@ -2546,20 +2546,6 @@ INSERT
2546 "ras3 reset retension rewind rewoffline seek setblk setdensity\n" \ 2546 "ras3 reset retension rewind rewoffline seek setblk setdensity\n" \
2547 "setpart tell unload unlock weof wset" \ 2547 "setpart tell unload unlock weof wset" \
2548 2548
2549#define nameif_trivial_usage \
2550 "[-s] [-c FILE] [{IFNAME MACADDR}]"
2551#define nameif_full_usage "\n\n" \
2552 "Rename network interface while it in the down state\n" \
2553 "\nOptions:" \
2554 "\n -c FILE Use configuration file (default: /etc/mactab)" \
2555 "\n -s Use syslog (LOCAL0 facility)" \
2556 "\n IFNAME MACADDR new_interface_name interface_mac_address" \
2557
2558#define nameif_example_usage \
2559 "$ nameif -s dmz0 00:A0:C9:8C:F6:3F\n" \
2560 " or\n" \
2561 "$ nameif -c /etc/my_mactab_file\n" \
2562
2563#define nohup_trivial_usage \ 2549#define nohup_trivial_usage \
2564 "PROG ARGS" 2550 "PROG ARGS"
2565#define nohup_full_usage "\n\n" \ 2551#define nohup_full_usage "\n\n" \