- console.error('blog --add path/to/blog_post\t\t(creates new blog post)');
- console.error('blog --update path/to/blog_post\t(updates latest blog post)');
- console.error('blog --publish \t\t\t(publishes the blog)');
+ console.error('blog --add <path_to_post>\t\t(creates new blog post)');
+ console.error('blog --update <path_to_post>\t\t(updates latest blog post)');
+ console.error('blog --generate \t\t\t(generates the blog assets)');
+ console.error('blog --publish <bucket> \t\t(publishes the blog to an S3 bucket)');
+ console.error('blog --publish-archive <destination> \t(publishes the archive to a remote host)');
+ console.error('blog --add-remote <git_url> \t\t(adds or updates a git remote to sync with)');
+ console.error('blog --remove-remote \t\t\t(removes the git remote)');
+ console.error('blog --sync-up \t\t\t\t(pushes to the git remote if configured)');
+ console.error('blog --sync-down \t\t\t(pulls from the git remote if configured)');
+ console.error('blog --version \t\t\t\t(print the version)');