From a8d659bd15b017232f06589c97d7ea40663f7fd8 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 17 Mar 2010 13:44:44 +0100 Subject: [PATCH] Add "format" option. --- src/lldpctl.c | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.39.5