Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasrusable committed Jul 11, 2021
1 parent fa31949 commit ed804de
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 141 deletions.
6 changes: 3 additions & 3 deletions bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ program
)
.requiredOption(
'-a, --api-key <api-key>',
'QueueMetrics.io organization API key. Get this from https://dashboard.queuemetrics.io',
'QueueKit.com organization API key. Get this from https://dashboard.queuekit.com',
process.env.API_KEY,
)
.option(
Expand Down Expand Up @@ -66,8 +66,8 @@ program
)
.option(
'-b, --backend <backend>',
'QueueMetrics backend. Defaults to wss://api.queuemetrics.io',
process.env.BACKEND || 'wss://api.queuemetrics.io',
'QueueKit backend. Defaults to wss://api.queuekit.com',
process.env.BACKEND || 'wss://api.queuekit.com',
)
.parse(process.argv);

Expand Down
Loading

0 comments on commit ed804de

Please sign in to comment.