Skip to content

fix(status): add missing space in --timeout help text#19

Open
danishashko wants to merge 1 commit into
brightdata:mainfrom
danishashko:fix/status-help-missing-space
Open

fix(status): add missing space in --timeout help text#19
danishashko wants to merge 1 commit into
brightdata:mainfrom
danishashko:fix/status-help-missing-space

Conversation

@danishashko

Copy link
Copy Markdown

brightdata status --help rendered the default as 600 orBRIGHTDATA_POLLING_TIMEOUT — the two concatenated string literals had no separating space. One-character fix.

Before: (default: 600 orBRIGHTDATA_POLLING_TIMEOUT)
After: (default: 600 or BRIGHTDATA_POLLING_TIMEOUT)

`status --help` rendered "600 orBRIGHTDATA_POLLING_TIMEOUT" because the two
concatenated string literals had no separating space.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant