File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/src/commands/packages/commands/check/commands
test/src/commands/packages/commands/check/commands Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ class PackagesCheckLicensesCommand extends Command<int> {
60
60
)
61
61
..addMultiOption (
62
62
'allowed' ,
63
- help: 'Whitelist of allowed licenses.' ,
63
+ help: 'Only allow the use of certain licenses.' ,
64
64
)
65
65
..addMultiOption (
66
66
'forbidden' ,
67
- help: 'Blacklist of not allowed licenses.' ,
67
+ help: 'Deny the use of certain licenses.' ,
68
68
);
69
69
}
70
70
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ const _expectedPackagesCheckLicensesUsage = [
25
25
''' [direct-main] (default) Check for direct main dependencies.\n '''
26
26
''' [transitive] Check for transitive dependencies.\n '''
27
27
'\n '
28
- ' --allowed Whitelist of allowed licenses.\n '
29
- ''' --forbidden Blacklist of not allowed licenses.\n '''
28
+ ''' --allowed Only allow the use of certain licenses.\n '' '
29
+ ''' --forbidden Deny the use of certain licenses.\n '''
30
30
'\n '
31
31
'Run "very_good help" to see global options.'
32
32
];
You can’t perform that action at this time.
0 commit comments