Skip to content

Commit

Permalink
Correct config command docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Mar 16, 2023
1 parent 490c178 commit d53ccca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synadm/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def root(ctx, verbose, batch, output, config_file):
@click.pass_obj
def config_cmd(helper, user_, token, base_url, admin_path, matrix_path,
output, timeout, server_discovery, homeserver, ssl_verify):
""" Modify test synadm's configuration.
""" Modify synadm's configuration.
Configuration details are generally always asked interactively. Command
line options override the suggested defaults in the prompts.
Expand Down

0 comments on commit d53ccca

Please sign in to comment.