Skip to content

Commit

Permalink
Merge pull request #4035 from mayantmukul/patch-1
Browse files Browse the repository at this point in the history
Fix help text for `use_system_linker` option in `create_exe` CLI command
  • Loading branch information
syrusakbary authored Jun 27, 2023
2 parents 9bf3980 + 57ecd2d commit fe5d05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/commands/create_exe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit fe5d05f

Please sign in to comment.