From 5f41e90e49b8ced6b5adac3933736067d2b24584 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Tue, 27 Jun 2006 10:42:18 +0000 Subject: [lib] Remove bare routes in route_types: fix mistake in commmit 2006-06-27 Paul Jakma * route_types.awk: Fix previous commit. Forgot to remove the printf of the bare/numeric route-type help string (empty string) --- lib/route_types.awk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/route_types.awk b/lib/route_types.awk index 72f3664f..eb3d382a 100644 --- a/lib/route_types.awk +++ b/lib/route_types.awk @@ -174,9 +174,7 @@ END { printf(redist_str_fmt, rstr); printf(redist_help_def_fmt, toupper(daemon)); printf("%s", hstr); - printf(redist_help_str_fmt, redist_bare_help); - print("\n"); - + printf("\n\n"); } #printf("#define QUAGGA_REDIST_STR_ALL %s\n",all); -- cgit v1.2.1