Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
snowystinger committed Dec 9, 2024
1 parent 06f6853 commit a07cd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-version/sources/commands/version/apply.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class VersionApplyCommand extends BaseCommand {
});

exact = Option.Boolean(`--exact`, false, {
description: `Use the exact version of each package, removes any range`,
description: `Use the exact version of each package, removes any range. Useful for nightly releases where the range might match another version.`,
});

recursive = Option.Boolean(`-R,--recursive`, {
Expand Down

0 comments on commit a07cd9b

Please sign in to comment.