1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

Add missing newline

This commit is contained in:
Job Snijders
2024-05-01 12:00:01 +00:00
parent a89ac75590
commit 9ffc4f8ec6

2
main.c
View File

@ -94,7 +94,7 @@ usage(int ecode)
printf(" -M match : extra match conditions for JunOS route-filters\n"); printf(" -M match : extra match conditions for JunOS route-filters\n");
printf(" -l name : use specified name for generated access/prefix/.." printf(" -l name : use specified name for generated access/prefix/.."
" list\n"); " list\n");
printf(" -p : allow special ASNs like 23456 or in the private range"); printf(" -p : allow special ASNs like 23456 or in the private range\n");
printf(" -R len : allow more specific routes up to specified masklen\n"); printf(" -R len : allow more specific routes up to specified masklen\n");
printf(" -r len : allow more specific routes from masklen specified\n"); printf(" -r len : allow more specific routes from masklen specified\n");
printf(" -s : generate sequence numbers in prefix-lists (IOS only)\n"); printf(" -s : generate sequence numbers in prefix-lists (IOS only)\n");