Skip to content

Commit

Permalink
fix: render help for --frozen (#1468)
Browse files Browse the repository at this point in the history
fixes #1467
  • Loading branch information
ruben-arts authored May 31, 2024
1 parent de99a49 commit a9b91ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ pub enum Command {
#[group(multiple = false)]
/// Lock file usage from the CLI
pub struct LockFileUsageArgs {
// Install the environment as defined in the lockfile, doesn't update lockfile if it isn't
// up-to-date with the manifest file.
/// Install the environment as defined in the lockfile, doesn't update lockfile if it isn't
/// up-to-date with the manifest file.
#[clap(long, conflicts_with = "locked", env = "PIXI_FROZEN")]
pub frozen: bool,
/// Check if lockfile is up-to-date before installing the environment,
Expand Down

0 comments on commit a9b91ed

Please sign in to comment.