From fde7a7ce13b5aaee39ff273a72164d4aac92a52a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 25 Apr 2010 11:46:59 +0200 Subject: [PATCH] Typo in usage string of lldpd --- src/lldpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lldpd.c b/src/lldpd.c index cc0d18cd..f2a97d1a 100644 --- a/src/lldpd.c +++ b/src/lldpd.c @@ -106,7 +106,7 @@ usage(void) fprintf(stderr, "-d Do not daemonize.\n"); fprintf(stderr, "-i Disable LLDP-MED inventory TLV transmission.\n"); fprintf(stderr, "-k Disable advertising of kernel release, version, machine.\n"); - fprintf(stderr, "-S descr Override the default system description.\n:"); + fprintf(stderr, "-S descr Override the default system description.\n"); fprintf(stderr, "-m IP Specify the management address of this system.\n"); #ifdef ENABLE_LLDPMED fprintf(stderr, "-M class Enable emission of LLDP-MED frame. 'class' should be one of:\n"); -- 2.39.2