From f66361fe347e579a3bcceb99776f97c5ef82a6c4 Mon Sep 17 00:00:00 2001 From: mayantmukul <85783092+mayantmukul@users.noreply.github.com> Date: Mon, 26 Jun 2023 18:20:16 +0530 Subject: [PATCH] Update create_exe.rs --- lib/cli/src/commands/create_exe.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/src/commands/create_exe.rs b/lib/cli/src/commands/create_exe.rs index babd148d2e2..49b19ab12f0 100644 --- a/lib/cli/src/commands/create_exe.rs +++ b/lib/cli/src/commands/create_exe.rs @@ -125,7 +125,7 @@ impl UrlOrVersion { // Cross-compilation options with `zig` #[derive(Debug, Clone, Default, Parser)] pub(crate) struct CrossCompile { - /// Use the system linker instead of zig instead of zig for linking + /// Use the system linker instead of zig for linking #[clap(long)] use_system_linker: bool,