diff options
| author | Heinrich Schuchardt <[email protected]> | 2023-01-19 16:22:10 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-02-10 13:05:39 +0100 |
| commit | eeb55254dd0808f008f9ce99195f61520daae28d (patch) | |
| tree | 4f6248416e2b9f83db37de89e0475762dc3d89bb /tools | |
| parent | 81e8a51cee2b265e26272f0c67518c4844baa36c (diff) | |
buildman: invalid reference to README
The readme file for buildman is called buildman.rst.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/buildman/toolchain.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py index 38b0dea8c70..ea1ad1bcb83 100644 --- a/tools/buildman/toolchain.py +++ b/tools/buildman/toolchain.py @@ -265,7 +265,7 @@ class Toolchains: print(("Warning: No tool chains. Please run 'buildman " "--fetch-arch all' to download all available toolchains, or " "add a [toolchain] section to your buildman config file " - "%s. See README for details" % + "%s. See buildman.rst for details" % bsettings.config_fname)) paths = [] |
