Open
Description
https://docs.conan.io/en/latest/using_packages/conanfile_txt.html#overriding-requirements
Though this is declared as "... a good example of overriding requirements .." it is missleading since it does not mention the override parameter like it is done here: https://docs.conan.io/en/latest/reference/conanfile/attributes.html?highlight=override#requires
It do not know whether "real overrides" can be done within a conanfile.txt and if it is not possible this should not be used as an example.