diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-12-10 16:22:08 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-12-10 16:22:08 +0100 |
| commit | 2acbdb038ea9e9d61ce7ce070629e0187fe95718 (patch) | |
| tree | 220337862488c4bd93a644255f7d6f52fde8b750 /bin | |
| parent | a5315f49f6b16c892f00509e2a27117ffd167936 (diff) | |
Docs update
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/blog.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/blog.js b/bin/blog.js index dc256ee..a9e2d1e 100755 --- a/bin/blog.js +++ b/bin/blog.js @@ -121,8 +121,8 @@ const internals = { _printUsage() { console.error('\nUsage:\n'); - console.error('blog --add path/to/blog_post\t\t(creates new blog post)'); - console.error('blog --update path/to/blog_post\t\t(updates latest blog post)'); + 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)'); |