Skip to content

Commit

Permalink
Merge pull request #1445 from dbluhm/fix/mediation-arg-text
Browse files Browse the repository at this point in the history
fix: help text for open-mediation flag
  • Loading branch information
ianco authored Oct 14, 2021
2 parents ef70a8a + 1cb755f commit 1ec676a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions aries_cloudagent/config/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -1204,10 +1204,11 @@ def add_arguments(self, parser: ArgumentParser):
action="store_true",
env_var="ACAPY_MEDIATION_OPEN",
help=(
"Enables didcomm mediation. After establishing a connection, "
"if enabled, an agent may request message mediation, which will "
"allow the mediator to forward messages on behalf of the recipient. "
"See aries-rfc:0211."
"Enables automatic granting of mediation. After establishing a "
"connection, if enabled, an agent may request message mediation "
"and be granted it automatically, which will allow the mediator "
"to forward messages on behalf of the recipient. See "
"aries-rfc:0211."
),
)

Expand Down

0 comments on commit 1ec676a

Please sign in to comment.