diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-10-08 15:02:53 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-10-08 15:02:53 +0200 |
commit | 50c5b36dd7a7c13fabb4afa428c1556d25401324 (patch) | |
tree | 51014403e58709df397d9ea37c27511e329a4d1f /networking/ifplugd.c | |
parent | d2e0d3f514c13265670080f149b97bbe83bcc783 (diff) | |
download | busybox-w32-50c5b36dd7a7c13fabb4afa428c1556d25401324.tar.gz busybox-w32-50c5b36dd7a7c13fabb4afa428c1556d25401324.tar.bz2 busybox-w32-50c5b36dd7a7c13fabb4afa428c1556d25401324.zip |
help: s/Don't daemonize/Run in foreground/g
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ifplugd.c')
-rw-r--r-- | networking/ifplugd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifplugd.c b/networking/ifplugd.c index 18dcaff96..c4b6b9584 100644 --- a/networking/ifplugd.c +++ b/networking/ifplugd.c | |||
@@ -20,7 +20,7 @@ | |||
20 | //usage: "[OPTIONS]" | 20 | //usage: "[OPTIONS]" |
21 | //usage:#define ifplugd_full_usage "\n\n" | 21 | //usage:#define ifplugd_full_usage "\n\n" |
22 | //usage: "Network interface plug detection daemon\n" | 22 | //usage: "Network interface plug detection daemon\n" |
23 | //usage: "\n -n Don't daemonize" | 23 | //usage: "\n -n Run in foreground" |
24 | //usage: "\n -s Don't log to syslog" | 24 | //usage: "\n -s Don't log to syslog" |
25 | //usage: "\n -i IFACE Interface" | 25 | //usage: "\n -i IFACE Interface" |
26 | //usage: "\n -f/-F Treat link detection error as link down/link up" | 26 | //usage: "\n -f/-F Treat link detection error as link down/link up" |