From: Vincent Bernat Date: Sun, 25 Apr 2010 09:46:59 +0000 (+0200) Subject: Typo in usage string of lldpd X-Git-Tag: 0.5.1~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fde7a7ce13b5aaee39ff273a72164d4aac92a52a;p=thirdparty%2Flldpd.git Typo in usage string of lldpd --- 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");