summaryrefslogtreecommitdiffstats
path: root/bgpd/rfp-example
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/rfp-example')
-rw-r--r--bgpd/rfp-example/librfp/rfp_example.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bgpd/rfp-example/librfp/rfp_example.c b/bgpd/rfp-example/librfp/rfp_example.c
index b7dfe7987..d4100c096 100644
--- a/bgpd/rfp-example/librfp/rfp_example.c
+++ b/bgpd/rfp-example/librfp/rfp_example.c
@@ -41,7 +41,9 @@ struct rfp_instance_t global_rfi; /* dynamically allocate in full implemen
DEFUN (rfp_example_config_value,
rfp_example_config_value_cmd,
"rfp example-config-value VALUE",
- RFP_SHOW_STR "Example value to be configured\n")
+ RFP_SHOW_STR
+ "Example value to be configured\n"
+ "Value to display")
{
uint32_t value = 0;
struct rfp_instance_t *rfi = NULL;