diff --git a/distribusi/cli.py b/distribusi/cli.py index d282608..8f4c10c 100644 --- a/distribusi/cli.py +++ b/distribusi/cli.py @@ -41,13 +41,6 @@ def build_argparser(): action="store_true", ) - parser.add_argument( - "-n", - "--no-template", - help="Don't use the template to output html", - action="store_true", - ) - parser.add_argument( "-a", "--alttexts",