diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-09 06:52:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-09 06:52:56 -0500 |
| commit | 17791cc09ac79a1ee54de1626f85f95039fb506e (patch) | |
| tree | f4006b734043550fd2a183840ec50302018bf257 /zebra/test_main.c | |
| parent | baf9c436222ef0901caf2ba694f87a2746ddcd02 (diff) | |
| parent | 6a5e07e0c60b93fdc2ccb076a3ee3d20ef05453e (diff) | |
Merge pull request #263 from opensourcerouting/assorted-20170308
assorted bits
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 a80b4c87c4..f3ef3df96a 100644 --- a/zebra/test_main.c +++ b/zebra/test_main.c @@ -100,7 +100,7 @@ usage (char *progname, int status) "redistribution between different routing protocols.\n\n"\ "-b, --batch Runs in batch mode\n"\ "-d, --daemon Runs in daemon mode\n"\ - "-a, --allow_delete Allow other processes to delete Quagga Routes\n" \ + "-a, --allow_delete Allow other processes to delete zebra routes\n" \ "-f, --config_file Set configuration file name\n"\ "-A, --vty_addr Set vty's bind address\n"\ "-P, --vty_port Set vty's port number\n"\ |
