Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 8b2e59d

Browse files
averikitschandrewsg
authored andcommitted
1 parent 8462b1b commit 8b2e59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ Create a task for a queue:
5959

6060
Pull and acknowledge a task:
6161

62-
python pull_queue_snippets.py pull-and-ack-task --project=$PROJECT_ID --queue=$QUEUE_ID --location=$LOCATION_ID
62+
python pull_queue_snippets.py lease-and-ack-task --project=$PROJECT_ID --queue=$QUEUE_ID --location=$LOCATION_ID
6363

6464
Note that usually, there would be a processing step in between pulling a task and acknowledging it.

0 commit comments

Comments
 (0)