From 6f2909d9daae6ef761f34b28b5a4f84833d55d5e Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 30 Jul 2015 14:26:13 +0300 Subject: [PATCH] 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 --- src/client/conf-lldp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.39.5