Skip to content

Commit 6e214e0

Browse files
committed
Fixed usage
1 parent 8f5d90d commit 6e214e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

all-posts-find-and-replace.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
2-
* Add a tag to every post
2+
* Find and replace in all posts
33
*
4-
* Note: Assumes you already have the tag created
4+
* TODO: you must edit this script to adjust what is being found and replaced!
55
*
66
* Usage:
77
*
8-
* node add-tag-to-all-posts.js https://blah.ghost.io ADMIN_API_KEY slug-of-tag-to-add
8+
* node all-posts-find-and-replace.js https://blah.ghost.io ADMIN_API_KEY
99
*/
1010

1111
if (process.argv.length < 4) {

0 commit comments

Comments
 (0)