diff --git a/jrnl/commands.py b/jrnl/commands.py index dc773923..ce68a9ad 100644 --- a/jrnl/commands.py +++ b/jrnl/commands.py @@ -26,10 +26,11 @@ from jrnl.prompt import create_password def preconfig_diagnostic(_): + from jrnl import __title__ from jrnl import __version__ print( - f"jrnl: {__version__}\n" + f"{__title__}: {__version__}\n" f"Python: {sys.version}\n" f"OS: {platform.system()} {platform.release()}" )