Skip to content

Commit 4b62d4a

Browse files
committed
chore: fix docs
1 parent f0e8a8f commit 4b62d4a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/cli.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ 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. 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.',
212+
describe:
213+
'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.',
213214
},
214215
clearcutEndpoint: {
215216
type: 'string',

0 commit comments

Comments
 (0)