Skip to content
Snippets Groups Projects
Commit 37b524f9 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix up comments

parent 823e13dd
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright 2016 OpenMarket Ltd
# Copyright 2019 Matrix.org Foundation C.I.C.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
......@@ -109,7 +109,7 @@ def start(config_options):
subparser = parser.add_subparsers(
title="Admin Commands",
description="Choose and admin command to perform.",
description="Choose an admin command to perform.",
required=True,
dest="command",
metavar="<admin_command>",
......
......@@ -284,7 +284,7 @@ class Config(object):
Used for workers where we want to add extra flags/subcommands.
Args:
conifg_parser (ArgumentParser)
config_parser (ArgumentParser)
argv (list[str])
Returns:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment