vtysh: Fix typo in warning message for -b -f ...

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
Donatas Abraitis 2023-05-25 10:20:29 +03:00
parent 697e7e5174
commit 0b7d911ec3

View File

@ -463,7 +463,7 @@ int main(int argc, char **argv, char **env)
}
if (inputfile && (writeconfig || boot_flag)) {
fprintf(stderr,
"WARNING: Combinining the -f option with -b or -w is NOT SUPPORTED since its\nresults are inconsistent!\n");
"WARNING: Combining the -f option with -b or -w is NOT SUPPORTED since its\nresults are inconsistent!\n");
}
snprintf(vtysh_config, sizeof(vtysh_config), "%s%s%s", sysconfdir,