diff options
Diffstat (limited to 'networking/ntpd.c')
-rw-r--r-- | networking/ntpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c index 8e7175063..130cef0af 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c | |||
@@ -2197,11 +2197,11 @@ static NOINLINE void ntp_init(char **argv) | |||
2197 | 2197 | ||
2198 | /* Parse options */ | 2198 | /* Parse options */ |
2199 | peers = NULL; | 2199 | peers = NULL; |
2200 | opt_complementary = "dd:p::wn" /* -d: counter; -p: list; -w implies -n */ | 2200 | opt_complementary = "dd:wn" /* -d: counter; -p: list; -w implies -n */ |
2201 | IF_FEATURE_NTPD_SERVER(":Il"); /* -I implies -l */ | 2201 | IF_FEATURE_NTPD_SERVER(":Il"); /* -I implies -l */ |
2202 | opts = getopt32(argv, | 2202 | opts = getopt32(argv, |
2203 | "nqNx" /* compat */ | 2203 | "nqNx" /* compat */ |
2204 | "wp:S:"IF_FEATURE_NTPD_SERVER("l") /* NOT compat */ | 2204 | "wp:*S:"IF_FEATURE_NTPD_SERVER("l") /* NOT compat */ |
2205 | IF_FEATURE_NTPD_SERVER("I:") /* compat */ | 2205 | IF_FEATURE_NTPD_SERVER("I:") /* compat */ |
2206 | "d" /* compat */ | 2206 | "d" /* compat */ |
2207 | "46aAbgL", /* compat, ignored */ | 2207 | "46aAbgL", /* compat, ignored */ |