Skip to content

Commit 589877c

Browse files
committed
Fix help message of option for checking List
1 parent d8faf3e commit 589877c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/bootstrap/configure.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ def v(*args):
153153
"experimental LLVM targets to build")
154154
v("release-channel", "rust.channel", "the name of the release channel to build")
155155
v("release-description", "rust.description", "optional descriptive string for version output")
156-
v("dist-compression-formats", None,
157-
"comma-separated list of compression formats to use")
156+
v("dist-compression-formats", None, "List of compression formats to use")
158157

159158
# Used on systems where "cc" is unavailable
160159
v("default-linker", "rust.default-linker", "the default linker")
@@ -168,8 +167,8 @@ def v(*args):
168167
v("tools", None, "List of extended tools will be installed")
169168
v("codegen-backends", None, "List of codegen backends to build")
170169
v("build", "build.build", "GNUs ./configure syntax LLVM build triple")
171-
v("host", None, "GNUs ./configure syntax LLVM host triples")
172-
v("target", None, "GNUs ./configure syntax LLVM target triples")
170+
v("host", None, "List of GNUs ./configure syntax LLVM host triples")
171+
v("target", None, "List of GNUs ./configure syntax LLVM target triples")
173172

174173
v("set", None, "set arbitrary key/value pairs in TOML configuration")
175174

0 commit comments

Comments
 (0)