From: Roy Marples Date: Sun, 9 Apr 2017 21:42:40 +0000 (+0100) Subject: logfile argument is not optional. X-Git-Tag: v7.0.0-beta3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7045be0c88f44508ae0ec892e1e8062a2142053;p=thirdparty%2Fdhcpcd.git logfile argument is not optional. --- diff --git a/src/if-options.c b/src/if-options.c index 9bc2f235..2c6a7b87 100644 --- a/src/if-options.c +++ b/src/if-options.c @@ -115,7 +115,7 @@ const struct option cf_options[] = { {"reconfigure", no_argument, NULL, 'g'}, {"hostname", optional_argument, NULL, 'h'}, {"vendorclassid", optional_argument, NULL, 'i'}, - {"logfile", optional_argument, NULL, 'j'}, + {"logfile", required_argument, NULL, 'j'}, {"release", no_argument, NULL, 'k'}, {"leasetime", required_argument, NULL, 'l'}, {"metric", required_argument, NULL, 'm'},