]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix -S in getopt.
authorRoy Marples <roy@marples.name>
Tue, 15 Jan 2008 15:11:00 +0000 (15:11 +0000)
committerRoy Marples <roy@marples.name>
Tue, 15 Jan 2008 15:11:00 +0000 (15:11 +0000)
dhcpcd.c

index 37bbd9c45f42c6e810a63f9cdb7fd4732382eb58..8b9eec23881cc23a46d6f87cb9ff0c80793a99fc 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -191,7 +191,7 @@ int main(int argc, char **argv)
        /* Don't set any optional arguments here so we retain POSIX
         * compatibility with getopt */
        while ((opt = getopt_long(argc, argv, EXTRA_OPTS
-                                                         "c:dh:i:kl:m:npr:s:t:u:xAEF:GHI:LMNRTY",
+                                                         "c:dh:i:kl:m:npr:s:t:u:xAEF:GHI:LMNRSTY",
                                                          longopts, &option_index)) != -1)
        {
                switch (opt) {