Merge pull request #652 from lpbearden/master
Added in missing jrnl option --edit
This commit is contained in:
commit
09ab278312
|
|
@ -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:" \
|
"-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]" \
|
"--encrypt[Encrypts your existing journal with a new pass]" \
|
||||||
"--decrypt[Decrypts your journal and stores it in plain text]" \
|
"--decrypt[Decrypts your journal and stores it in plain text]" \
|
||||||
|
"--edit[Opens your editor to edit the selected entries.]" \
|
||||||
}
|
}
|
||||||
|
|
||||||
_jrnl
|
_jrnl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue