Skip to content

Commit

Permalink
Merge pull request #916 from t-bltg/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
davidanthoff authored May 2, 2024
2 parents 4f6196e + 5bde452 commit 194c15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/juliainstaller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ struct Juliainstaller {
#[clap(short = 'p', long = "path")]
alternate_path: Option<String>,
/// Control adding the Juliaup dir to the PATH
/// Use Option<bool> and default_value="yes" to force --add_to_path=[yes|no|0|1] instead of flag
/// Use Option<bool> and default_value="yes" to force --add-to-path=[yes|no|0|1] instead of flag
#[clap(long = "add-to-path", value_parser = BoolishValueParser::new(), default_value = "yes")]
add_to_path: Option<bool>,
/// Manually specify the background self-update interval
Expand Down

0 comments on commit 194c15b

Please sign in to comment.