We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff8668 commit 72dc683Copy full SHA for 72dc683
src/main.rs
@@ -547,10 +547,10 @@ pub enum Command {
547
/// Try to import entries from flake.lock
548
ImportFlake(ImportFlakeOpts),
549
550
- /// Freeze a pin entry
+ /// Freezes a pin entry, preventing it from being changed during an update
551
Freeze(FreezeOpts),
552
553
- /// Thaw a pin entry
+ /// Thaws a pin entry, allowing it to be changed during an update like a normal pin
554
Unfreeze(FreezeOpts),
555
556
/// Evaluates the store path to a pin, fetching it if necessary. Don't forget to add a GC root
0 commit comments