Skip to content

Commit a24d41d

Browse files
committed
Unify command description
1 parent 66d884c commit a24d41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ota.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ program
1111
.description(description)
1212
.version(version)
1313
.command('track', 'Track the current terms of services according to provided declarations')
14-
.command('apply-technical-upgrades', 'Apply technical upgrades: regenerate versions from existing snapshots with updated declarations/engine')
14+
.command('apply-technical-upgrades', 'Apply technical upgrades by generating new versions from the latest snapshots using updated declarations, engine logic, or dependencies')
1515
.command('validate', 'Run a series of tests to check the validity of terms declarations')
1616
.command('lint', 'Check format and stylistic errors in declarations and auto fix them')
1717
.command('dataset', 'Export the versions dataset into a ZIP file and optionally publish it to GitHub releases')

0 commit comments

Comments
 (0)