about summary refs log tree commit diff
path: root/src/bootstrap/configure.py
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2025-02-27 22:00:09 +0300
committeronur-ozkan <work@onurozkan.dev>2025-03-05 08:39:56 +0300
commit9646c2f642be66123fe32d2c64c1efc47a585522 (patch)
tree9820e801711a0e63e3838625e08541022a7dab6e /src/bootstrap/configure.py
parent853e34dbe1a8aa3f88f8d6b2644b164d95b5e987 (diff)
downloadrust-9646c2f642be66123fe32d2c64c1efc47a585522.tar.gz
rust-9646c2f642be66123fe32d2c64c1efc47a585522.zip
replace `rust.description` with `build.description`
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src/bootstrap/configure.py')
-rwxr-xr-xsrc/bootstrap/configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py
index e3f58d97cbc..c3b25646439 100755
--- a/src/bootstrap/configure.py
+++ b/src/bootstrap/configure.py
@@ -292,7 +292,7 @@ v(
 v("release-channel", "rust.channel", "the name of the release channel to build")
 v(
     "release-description",
-    "rust.description",
+    "build.description",
     "optional descriptive string for version output",
 )
 v("dist-compression-formats", None, "List of compression formats to use")