mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
parent
33b1636229
commit
fbad9bf83e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ def deprecated_cmd(old_cmd, new_cmd, callback=None, **kwargs):
|
|||
|
||||
warning_msg = f"""
|
||||
The command {old_cmd} is deprecated and will be removed from jrnl soon.
|
||||
Please us {new_cmd} instead.
|
||||
Please use {new_cmd} instead.
|
||||
"""
|
||||
warning_msg = textwrap.dedent(warning_msg)
|
||||
logging.warning(warning_msg)
|
||||
|
|
Loading…
Add table
Reference in a new issue