]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Add "format" option.
authorVincent Bernat <bernat@luffy.cx>
Wed, 17 Mar 2010 12:44:44 +0000 (13:44 +0100)
committerVincent Bernat <bernat@luffy.cx>
Wed, 17 Mar 2010 12:46:52 +0000 (13:46 +0100)
src/lldpctl.c

index 6a8b5c31f8e35cf82e6d7952dec8bb6bb22e35b7..a62a33c0133c0c0c78914810170e1c0d2bdd38d9 100644 (file)
@@ -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");