From: Vincent Bernat Date: Wed, 17 Mar 2010 12:44:44 +0000 (+0100) Subject: Add "format" option. X-Git-Tag: 0.5.1~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8d659bd15b017232f06589c97d7ea40663f7fd8;p=thirdparty%2Flldpd.git Add "format" option. --- diff --git a/src/lldpctl.c b/src/lldpctl.c index 6a8b5c31..a62a33c0 100644 --- a/src/lldpctl.c +++ b/src/lldpctl.c @@ -49,6 +49,7 @@ usage(void) fprintf(stderr, "\n"); fprintf(stderr, "-d Enable more debugging information.\n"); + fprintf(stderr, "-f format Choose output format (plain or xml).\n"); #ifdef ENABLE_LLDPMED fprintf(stderr, "-L location Enable the transmission of LLDP-MED location TLV for the\n"); fprintf(stderr, " given interfaces. Can be repeated to enable the transmission\n");