From e5af5b27bdaa3a44f9f8db3d66552ca707c08183 Mon Sep 17 00:00:00 2001 From: Ruben Arts Date: Fri, 31 May 2024 16:25:15 +0200 Subject: [PATCH] fix: render help for frozen --- src/cli/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/mod.rs b/src/cli/mod.rs index 45941fbed..408110fe3 100644 --- a/src/cli/mod.rs +++ b/src/cli/mod.rs @@ -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,