]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Fix a missing semi colon. 0.5.5
authorVincent Bernat <bernat@luffy.cx>
Sun, 6 Nov 2011 09:24:28 +0000 (10:24 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sun, 6 Nov 2011 09:24:28 +0000 (10:24 +0100)
src/lldpd.c

index ce3734832aceae6cab801168ed724f2c7379b281..6f592d61e35a584433be0e5fb038651fba3edc0b 100644 (file)
@@ -115,7 +115,7 @@ usage(void)
        fprintf(stderr, "-S descr Override the default system description.\n");
        fprintf(stderr, "-m IP    Specify the management address of this system.\n");
        fprintf(stderr, "-H mode  Specify the behaviour when detecting multiple neighbors.\n");
-       fprintf(stderr, "-I iface Limit interfaces to use.\n")
+       fprintf(stderr, "-I iface Limit interfaces to use.\n");
 #ifdef ENABLE_LLDPMED
        fprintf(stderr, "-M class Enable emission of LLDP-MED frame. 'class' should be one of:\n");
        fprintf(stderr, "             1 Generic Endpoint (Class I)\n");