]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Put options in correct order.
authorRoy Marples <roy@marples.name>
Tue, 5 Aug 2008 22:06:45 +0000 (22:06 +0000)
committerRoy Marples <roy@marples.name>
Tue, 5 Aug 2008 22:06:45 +0000 (22:06 +0000)
dhcpcd.c

index 4a4a73feb42b31b76b57d477370b25d32804f35c..5028073f41ce1f97477099a4c396a7f77d79cf76 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -70,8 +70,8 @@ static const struct option longopts[] = {
        {"option",      required_argument,  NULL, 'o'},
        {"persistent",  no_argument,        NULL, 'p'},
        {"quiet",       no_argument,        NULL, 'q'},
-       {"inform",      optional_argument,  NULL, 's'},
        {"request",     optional_argument,  NULL, 'r'},
+       {"inform",      optional_argument,  NULL, 's'},
        {"timeout",     required_argument,  NULL, 't'},
        {"userclass",   required_argument,  NULL, 'u'},
        {"vendor",      required_argument,  NULL, 'v'},