mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 01:40:33 +00:00
Merge pull request #13598 from opensourcerouting/fix/typo_vtysh
vtysh: Fix typo in warning message for `-b -f ...`
This commit is contained in:
commit
b570e9ce28
@ -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