Skip to content

Commit e15f5dc

Browse files
Update src/cli.ts
Co-authored-by: Sebastian Benz <sebastian.benz@gmail.com>
1 parent 320e974 commit e15f5dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export const cliOptions = {
186186
profileDirectory: {
187187
type: 'string',
188188
description:
189-
'Specify which Chrome profile to use by its directory name (e.g., "Profile 1", "Default"). Only works with --autoConnect or when launching Chrome.',
189+
'Specify which Chrome profile to use by specifying its directory name (e.g., "Profile 1", "Default") inside a chrome user data directory. Only works with --autoConnect or when launching Chrome via the Chrome DevTools MCP server.',
190190
alias: 'profile-dir',
191191
conflicts: ['browserUrl', 'wsEndpoint'],
192192
},

0 commit comments

Comments
 (0)