mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Fix up comments
This commit is contained in:
parent
823e13ddf4
commit
37b524f971
2 changed files with 3 additions and 3 deletions
|
@ -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>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue