| @@ -27,9 +27,9 @@ | ||
| 27 | 27 | */ |
| 28 | 28 | public function __construct() { |
| 29 | 29 | $this->id = 'thinkrank/get-post-seo'; |
| 30 | 30 | $this->label = __( 'Get ThinkRank Post SEO', 'thinkrank' ); |
| 31 | - $this->description = __( 'Retrieve ThinkRank SEO metadata for a post, page, or custom post type item.', 'thinkrank' ); | |
| 31 | + $this->description = __( 'Retrieve ThinkRank SEO metadata for a post, page, or custom post type item. Use update-post-seo to change them, and get-post-seo-checks to see what would improve.', 'thinkrank' ); | |
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | /** |
| 35 | 35 | * {@inheritDoc} |