hnbgw: Add missing break statement

We don't want to print usage information after the VTY reference XML.

Change-Id: Ia729134a8f18d53274bbc063aa39508c7dcc1f72
This commit is contained in:
Harald Welte 2021-02-24 08:59:27 +01:00
parent c1385f2986
commit 09d635ce9b
1 changed files with 1 additions and 0 deletions

View File

@ -472,6 +472,7 @@ static void handle_options(int argc, char **argv)
switch (c) {
case 0:
handle_long_options(argv[0], long_option);
break;
case 'h':
print_usage();
print_help();