diff options
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r-- | networking/udhcp/dhcpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 6909e8489..3165c2d68 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c | |||
@@ -210,7 +210,7 @@ int udhcpc_main(int argc, char **argv) | |||
210 | client_config.timeout = 3; | 210 | client_config.timeout = 3; |
211 | 211 | ||
212 | /* Parse command line */ | 212 | /* Parse command line */ |
213 | opt_complementary = "?:c--C:C--c" // mutually exclusive | 213 | opt_complementary = "c--C:C--c" // mutually exclusive |
214 | ":hH:Hh"; // -h and -H are the same | 214 | ":hH:Hh"; // -h and -H are the same |
215 | #if ENABLE_GETOPT_LONG | 215 | #if ENABLE_GETOPT_LONG |
216 | applet_long_options = arg_options; | 216 | applet_long_options = arg_options; |