Skip to content

Commit 0b1758f

Browse files
committed
Fix add-member-newsletter-subscription readme
1 parent ba705a5 commit 0b1758f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -445,13 +445,13 @@ gctools remove-member-comp-subscription <apiURL> <adminAPIKey> --tierId abcdtier
445445

446446
### add-member-newsletter-subscription
447447

448-
Remove subscriptions for a specific newsletter
448+
Add subscription for a specific newsletter
449449

450450
```sh
451-
# Remove all subscriptions
451+
# Add subscription to a specific newsletter to all members
452452
gctools add-member-newsletter-subscription <apiURL> <adminAPIKey> <newsletterID>
453453

454-
# Remove all subscriptions for a filtered set of members with the labels 'Premium Blog' & 'News'
454+
# Add subscription to a specific newsletter to all members that have a label slug of 'premium-blog' or 'news'
455455
# Note: Slugs are not the same as names. You can get the label slug by filtering members and checking the URL
456456
gctools add-member-newsletter-subscription <apiURL> <adminAPIKey> <newsletterID> --onlyForLabelSlugs 'premium-blog,news'
457457
```

0 commit comments

Comments
 (0)