Skip to content

Commit

Permalink
Update src/cli/global/install.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Hofer-Julian <[email protected]>
  • Loading branch information
183amir and Hofer-Julian authored Sep 20, 2024
1 parent fc35bf6 commit 129e171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/global/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub struct Args {
#[clap(flatten)]
config: ConfigCli,

/// Do not insert conda_prefix, path modifications, and activation script into the installed executable script.
/// Do not insert `CONDA_PREFIX`, `PATH` modifications into the installed executable script.
#[clap(long)]
no_activation: bool,
}
Expand Down

0 comments on commit 129e171

Please sign in to comment.