added in missing option --edit

This commit is contained in:
Lucas Bearden 2019-09-27 23:10:35 -04:00
parent a3fab81aec
commit ed44d39efa
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ _jrnl() {
"-o[Optionally specifies output file when using --export If OUTPUT is a directory, exports each entry in individual file instead.]:output file:" \
"--encrypt[Encrypts your existing journal with a new pass]" \
"--decrypt[Decrypts your journal and stores it in plain text]" \
"--edit[Opens your editor to edit the selected entries.]" \
}
_jrnl