Skip to content

Commit

Permalink
Fix description of Pub/Sub subscription parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
VeronicaWasson committed Jan 15, 2025
1 parent 5cda88d commit 883e03e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public interface ReadSubscriptionOptions extends PipelineOptions {
groupName = "Source",
description = "Pub/Sub input subscription",
helpText = "The Pub/Sub input subscription to read from.",
example = "projects/<PROJECT_ID>/subscription/<SUBSCRIPTION_ID>")
example = "projects/<PROJECT_ID>/subscriptions/<SUBSCRIPTION_ID>")
@Required
String getInputSubscription();

Expand Down

0 comments on commit 883e03e

Please sign in to comment.