From fbda1f9f672e2d0e3da64a463c52280566fc9f75 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 6 Nov 2011 10:24:28 +0100 Subject: [PATCH] Fix a missing semi colon. --- src/lldpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lldpd.c b/src/lldpd.c index ce373483..6f592d61 100644 --- a/src/lldpd.c +++ b/src/lldpd.c @@ -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"); -- 2.39.5