diff --git a/src/commands/status.ts b/src/commands/status.ts index 4c87d9a..a83861d 100644 --- a/src/commands/status.ts +++ b/src/commands/status.ts @@ -113,7 +113,7 @@ const status_command = new Command('status') .argument('', 'Snapshot ID returned by trigger request') .option('--wait', 'Poll until the job is complete') .option('--timeout ', - 'Polling timeout in seconds (default: 600 or' + + 'Polling timeout in seconds (default: 600 or ' + 'BRIGHTDATA_POLLING_TIMEOUT)') .option('-o, --output ', 'Write output to file') .option('--json', 'Force JSON output')