Fix an error message in BuildSDK.

This commit is contained in:
Doug 2024-10-17 12:45:44 +01:00
parent 6265217246
commit 1723542d6a

View File

@ -46,7 +46,7 @@ struct BuildSDK: ParsableCommand {
Rust is missing the necessary targets to build the SDK.
Run the following command to install them:
rustup target add \(missingTargets.joined(separator: " ")) --toolchain nightly
rustup target add \(missingTargets.joined(separator: " "))
"""
default: