Skip to content

Commit 5f69a39

Browse files
authored
Replace references to tctl with Temporal CLI (#1799)
1 parent d55644b commit 5f69a39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/proto/protos/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* The source protos are in [sdk-core/protos/api_upstream/temporal/api/](https://github.com/temporalio/sdk-core/tree/ts-release/protos/api_upstream/temporal/api), for example [`RetryPolicy` in `temporal/api/common/v1/message.proto`](https://github.com/temporalio/sdk-core/blob/85454935e39f789aaaa81f8a05773f8e2cdbcde2/protos/api_upstream/temporal/api/common/v1/message.proto#L96).
2727
*
28-
* The gRPC service methods are documented in the proto comments and in the corresponding [`tctl` docs](https://docs.temporal.io/tctl/).
28+
* The gRPC service methods are documented in the proto comments and in the corresponding [`Temporal CLI` docs](https://docs.temporal.io/cli/).
2929
* @module
3030
*/
3131

packages/worker/src/worker-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export interface WorkerOptions {
231231
* Activities.) The Worker will not poll for new Activities if by doing so it might receive and execute an Activity
232232
* which would cause it to exceed this limit. Must be a positive number.
233233
*
234-
* If unset, no rate limiting will be applied to Worker's Activities. (`tctl task-queue describe` will display the
234+
* If unset, no rate limiting will be applied to Worker's Activities. (`temporal task-queue describe` will display the
235235
* absence of a limit as 100,000.)
236236
*/
237237
maxActivitiesPerSecond?: number;

0 commit comments

Comments
 (0)