Skip to content

Commit 0f7da1a

Browse files
committed
replace rust.description with build.description
Signed-off-by: onur-ozkan <[email protected]>
1 parent f877b12 commit 0f7da1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/configure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def v(*args):
292292
v("release-channel", "rust.channel", "the name of the release channel to build")
293293
v(
294294
"release-description",
295-
"rust.description",
295+
"build.description",
296296
"optional descriptive string for version output",
297297
)
298298
v("dist-compression-formats", None, "List of compression formats to use")

0 commit comments

Comments
 (0)