diff options
author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-23 15:47:20 +0200 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-23 15:47:20 +0200 |
commit | 6147e2c694b53647895f048645182065bc25fd05 (patch) | |
tree | 312a6d95b8efca2df2743a183488ed8baea0de16 /zebra/test_main.c | |
parent | tools: argv_translator convert <1-255> to (1-255), ()s to <>s, etc (diff) | |
download | frr-6147e2c694b53647895f048645182065bc25fd05.tar.xz frr-6147e2c694b53647895f048645182065bc25fd05.zip |
convert <1-255> to (1-255), ()s to <>s, etc
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'zebra/test_main.c')
-rw-r--r-- | zebra/test_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/test_main.c b/zebra/test_main.c index 722151288..2908ddd94 100644 --- a/zebra/test_main.c +++ b/zebra/test_main.c @@ -119,7 +119,7 @@ static ifindex_t test_ifindex = 0; /* testrib commands */ DEFUN (test_interface_state, test_interface_state_cmd, - "state (up|down)", + "state <up|down>", "configure interface\n" "up\n" "down\n") |