mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 13:17:44 +00:00
vtysh: Fix typo in warning message for -b -f ...
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
697e7e5174
commit
0b7d911ec3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user