Follow the command description scheme for edit

Like the rest of them
This commit is contained in:
Edvin Boul 2019-08-25 07:38:18 +03:00 committed by GitHub
parent 40d0aa2883
commit 5feddd4529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Blogs and RSS feeds in less than 100 lines of shell script, actually, right now,
```sh
./lb n(ew) # Make a new blog post draft.
./lb e(edit) # Edit a draft of an entry.
./lb e(dit) # Edit a draft of an entry.
./lb t(rash) # Delete a draft of an entry.
./lb p(ublish) # Finalize/publish a blog post draft.
./lb d(elete) # Delete a published blog post.