diff options
author | Denys Vlasenko | 2017-08-23 15:08:25 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-08-23 15:08:25 +0200 |
commit | 8b77a9ea81a0bd89ee69e7742d9b920dd1562763 (patch) | |
tree | 1354e046ab15d0fb3e234b38805f1b0cfd9e8114 /networking | |
parent | 12ffefb5490b281db7f2cde11bf8cf8c91283e83 (diff) | |
download | busybox-8b77a9ea81a0bd89ee69e7742d9b920dd1562763.zip busybox-8b77a9ea81a0bd89ee69e7742d9b920dd1562763.tar.gz |
*: fix fallout from opt_complementary conversion
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/ntpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c index 25fa443..4f881ea 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c @@ -2235,7 +2235,7 @@ static NOINLINE void ntp_init(char **argv) "wp:*S:"IF_FEATURE_NTPD_SERVER("l") /* NOT compat */ IF_FEATURE_NTPD_SERVER("I:") /* compat */ "d" /* compat */ - "46aAbgL", /* compat, ignored */ + "46aAbgL" /* compat, ignored */ "\0" "dd:wn" /* -d: counter; -p: list; -w implies -n */ IF_FEATURE_NTPD_SERVER(":Il") /* -I implies -l */ |