mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
[Typo] Fixed typo in comments
Signed-off-by: Aniket Pant <me@aniketpant.com>
This commit is contained in:
parent
ba2b4a592a
commit
6f9a644185
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ def cli():
|
||||||
elif args.json: # export to json
|
elif args.json: # export to json
|
||||||
print(exporters.to_json(journal))
|
print(exporters.to_json(journal))
|
||||||
|
|
||||||
elif args.markdown: # export to json
|
elif args.markdown: # export to markdown
|
||||||
print(exporters.to_md(journal))
|
print(exporters.to_md(journal))
|
||||||
|
|
||||||
elif (args.encrypt is not False or args.decrypt is not False) and not PYCRYPTO:
|
elif (args.encrypt is not False or args.decrypt is not False) and not PYCRYPTO:
|
||||||
|
|
Loading…
Add table
Reference in a new issue