diff --git a/src/cli/upgrade.rs b/src/cli/upgrade.rs index 428e3a5b0..747ed7bea 100644 --- a/src/cli/upgrade.rs +++ b/src/cli/upgrade.rs @@ -19,7 +19,7 @@ use pixi_manifest::SpecType; use pixi_spec::PixiSpec; use rattler_conda_types::MatchSpec; -/// Update dependencies as recorded in the local lock file +/// Update the version of packages to the latest possible version, disregarding the manifest version constraints #[derive(Parser, Debug, Default)] pub struct Args { #[clap(flatten)]