aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-06-03 10:26:16 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-06-03 10:26:16 +0200
commit21f620f6e5f72c4cbecfecaf63a901c33911c00c (patch)
treed6f64271e4a837e7f0d06fa59446331a57d609d1
parent085b2933384290421a0a80fd6ac98dbf1c04095b (diff)
downloadbusybox-w32-21f620f6e5f72c4cbecfecaf63a901c33911c00c.tar.gz
busybox-w32-21f620f6e5f72c4cbecfecaf63a901c33911c00c.tar.bz2
busybox-w32-21f620f6e5f72c4cbecfecaf63a901c33911c00c.zip
ifplugd: tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--networking/ifplugd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/ifplugd.c b/networking/ifplugd.c
index d8358cdfd..88bf448fa 100644
--- a/networking/ifplugd.c
+++ b/networking/ifplugd.c
@@ -22,9 +22,9 @@
22//usage: "\n -r PROG Script to run" 22//usage: "\n -r PROG Script to run"
23//usage: "\n -x ARG Extra argument for script" 23//usage: "\n -x ARG Extra argument for script"
24//usage: "\n -I Don't exit on nonzero exit code from script" 24//usage: "\n -I Don't exit on nonzero exit code from script"
25//usage: "\n -p Don't run script on daemon startup" 25//usage: "\n -p Don't run \"up\" script on startup"
26//usage: "\n -q Don't run script on daemon quit" 26//usage: "\n -q Don't run \"down\" script on exit"
27//usage: "\n -l Run script on startup even if no cable is detected" 27//usage: "\n -l Always run script on startup"
28//usage: "\n -t SECS Poll time in seconds" 28//usage: "\n -t SECS Poll time in seconds"
29//usage: "\n -u SECS Delay before running script after link up" 29//usage: "\n -u SECS Delay before running script after link up"
30//usage: "\n -d SECS Delay after link down" 30//usage: "\n -d SECS Delay after link down"