diff options
author | Denys Vlasenko | 2021-10-08 15:02:53 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-10-08 15:02:53 +0200 |
commit | 50c5b36dd7a7c13fabb4afa428c1556d25401324 (patch) | |
tree | 51014403e58709df397d9ea37c27511e329a4d1f /networking/ifplugd.c | |
parent | d2e0d3f514c13265670080f149b97bbe83bcc783 (diff) | |
download | busybox-50c5b36dd7a7c13fabb4afa428c1556d25401324.zip busybox-50c5b36dd7a7c13fabb4afa428c1556d25401324.tar.gz |
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 18dcaff..c4b6b95 100644 --- a/networking/ifplugd.c +++ b/networking/ifplugd.c @@ -20,7 +20,7 @@ //usage: "[OPTIONS]" //usage:#define ifplugd_full_usage "\n\n" //usage: "Network interface plug detection daemon\n" -//usage: "\n -n Don't daemonize" +//usage: "\n -n Run in foreground" //usage: "\n -s Don't log to syslog" //usage: "\n -i IFACE Interface" //usage: "\n -f/-F Treat link detection error as link down/link up" |