mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
py2.6
This commit is contained in:
parent
bf9adeb28a
commit
83702fab98
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ def run(manual_args=None):
|
||||||
args = parse_args(manual_args)
|
args = parse_args(manual_args)
|
||||||
|
|
||||||
if args.version:
|
if args.version:
|
||||||
print("{} version {}".format(jrnl.__title__, jrnl.__version__))
|
print("{0} version {1}".format(jrnl.__title__, jrnl.__version__))
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
# If the first textual argument points to a journal file,
|
# If the first textual argument points to a journal file,
|
||||||
|
|
Loading…
Add table
Reference in a new issue