Merge pull request #13598 from opensourcerouting/fix/typo_vtysh

vtysh: Fix typo in warning message for `-b -f ...`
This commit is contained in:
Igor Ryzhov 2023-05-25 17:09:41 +03:00 committed by GitHub
commit b570e9ce28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,