From: Alexandru Ardelean Date: Thu, 30 Jul 2015 11:26:13 +0000 (+0300) Subject: lldpcli: rename "unconfigure lldp custom-tlvs" to "unconfigure lldp custom-tlv" X-Git-Tag: 0.7.16~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F124%2Fhead;p=thirdparty%2Flldpd.git lldpcli: rename "unconfigure lldp custom-tlvs" to "unconfigure lldp custom-tlv" There was a bit of confusion regarding this command. It's documented as 'unconfigure lldp custom-tlv', when in fact it's 'unconfigure lldp custom-tlvs' (plural). That's also my fault, since I did not update much (or take care about) documentation. It seems simpler to rename the command as is in the doc than change the doc. Signed-off-by: Alexandru Ardelean --- diff --git a/src/client/conf-lldp.c b/src/client/conf-lldp.c index 195df122..a39de5eb 100644 --- a/src/client/conf-lldp.c +++ b/src/client/conf-lldp.c @@ -454,7 +454,7 @@ register_commands_configure_lldp(struct cmd_node *configure, register_commands_configure_lldp_custom_tlvs(configure_lldp); commands_new( commands_new(unconfigure_lldp, - "custom-tlvs", + "custom-tlv", "Clear all (previously set) custom TLVs", NULL, NULL, NULL), NEWLINE, "Clear all (previously set) custom TLVs",