Skip to content

Commit f0e8a8f

Browse files
ergunshOrKoN
authored andcommitted
Add disclaimer to the CLI argument
1 parent 36ae314 commit f0e8a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const cliOptions = {
209209
// Marked as `false` until the feature is ready to be enabled by default.
210210
default: false,
211211
hidden: true,
212-
describe: 'Set to false to opt-out of usage statistics collection.',
212+
describe: 'Set to false to opt-out of usage statistics collection. Google collects usage data to improve the tool, handled under the Google Privacy Policy (https://policies.google.com/privacy). This is independent from Chrome browser metrics.',
213213
},
214214
clearcutEndpoint: {
215215
type: 'string',

0 commit comments

Comments
 (0)