From: Denys Vlasenko Date: Fri, 8 Jan 2010 12:03:48 +0000 (+0100) Subject: ifplugd: clarify -a in help text X-Git-Tag: 1_16_0~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=999e442d5c11e97b7dfd6cadbbab30f7ac1dc6ce;p=platform%2Fupstream%2Fbusybox.git ifplugd: clarify -a in help text Signed-off-by: Denys Vlasenko --- diff --git a/include/usage.h b/include/usage.h index 05ee6ad..8c11ac4 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1825,7 +1825,7 @@ "\n -i IFACE Interface" \ "\n -f/-F Treat link detection error as link down/link up" \ "\n (otherwise exit on error)" \ - "\n -a Don't up interface automatically" \ + "\n -a Don't up interface at each link probe" \ "\n -M Monitor creation/destruction of interface" \ "\n (otherwise it must exist)" \ "\n -r PROG Script to run" \