diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-15 13:19:57 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-07-15 14:09:35 +0100 |
commit | 37b524f9718b0faeaaac0dccab62c9a5e270c4a2 (patch) | |
tree | ce9a1a1e57c63ab15db6bbac77b2841050b91bf9 /synapse/app | |
parent | Change add_arguments to be a static method (diff) | |
download | synapse-37b524f9718b0faeaaac0dccab62c9a5e270c4a2.tar.xz |
Fix up comments
Diffstat (limited to 'synapse/app')
-rw-r--r-- | synapse/app/admin_cmd.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/app/admin_cmd.py b/synapse/app/admin_cmd.py index bd73c47ae2..e618a62432 100644 --- a/synapse/app/admin_cmd.py +++ b/synapse/app/admin_cmd.py @@ -1,6 +1,6 @@ #!/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>", |