Skip to content

Commit

Permalink
🌐: fix broken disclaimer
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Ross Duff, MSc, DDiv <ozi.project@outlook.com>
  • Loading branch information
rjdbcm authored Oct 10, 2024
1 parent 5c10bdc commit e4a9f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
epilog=EPILOG,
usage=f"""%(prog)s [{TRANSLATION('term-options')}]
{TRANSLATION('adm-disclaimer')}""",
{TRANSLATION('adm-disclaimer-text')}""",
) # pragma: no cover
tools = parser.add_mutually_exclusive_group() # pragma: no cover
helpers = parser.add_mutually_exclusive_group() # pragma: no cover
Expand Down

0 comments on commit e4a9f42

Please sign in to comment.