ifplugd: tweak help text

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2012-06-03 10:26:16 +02:00
parent 085b293338
commit 21f620f6e5

View File

@ -22,9 +22,9 @@
//usage: "\n -r PROG Script to run" //usage: "\n -r PROG Script to run"
//usage: "\n -x ARG Extra argument for script" //usage: "\n -x ARG Extra argument for script"
//usage: "\n -I Don't exit on nonzero exit code from script" //usage: "\n -I Don't exit on nonzero exit code from script"
//usage: "\n -p Don't run script on daemon startup" //usage: "\n -p Don't run \"up\" script on startup"
//usage: "\n -q Don't run script on daemon quit" //usage: "\n -q Don't run \"down\" script on exit"
//usage: "\n -l Run script on startup even if no cable is detected" //usage: "\n -l Always run script on startup"
//usage: "\n -t SECS Poll time in seconds" //usage: "\n -t SECS Poll time in seconds"
//usage: "\n -u SECS Delay before running script after link up" //usage: "\n -u SECS Delay before running script after link up"
//usage: "\n -d SECS Delay after link down" //usage: "\n -d SECS Delay after link down"