Skip to content

Commit 9ab4728

Browse files
committed
Improve command description
1 parent fe12c4e commit 9ab4728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ota-apply-technical-upgrades.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { applyTechnicalUpgrades } = await import(pathToFileURL(path.resolve(__dir
1212

1313
program
1414
.name('ota apply-technical-upgrades')
15-
.description('Apply technical upgrades: regenerate versions from existing snapshots with updated declarations/engine, and fetch missing snapshots for newly added source documents')
15+
.description('Apply technical upgrades by generating new versions from the latest snapshots using updated declarations, engine logic, or dependencies, and by retrieving any missing snapshots for newly added source documents')
1616
.option('-s, --services [serviceId...]', 'service IDs to apply technical upgrades to')
1717
.option('-t, --types [termsType...]', 'terms types to apply technical upgrades to');
1818

0 commit comments

Comments
 (0)