Skip to content

Commit ec4732c

Browse files
committed
Fix one help string that was missed
1 parent 57963f5 commit ec4732c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mautrix/bridge/commands/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async def _get_mxid_param(
7575
needs_auth=False,
7676
name="set-avatar",
7777
help_section=SECTION_ADMIN,
78-
help_args="<_mxc:// uri_> [_mxid_]",
78+
help_args="[_mxid_] <_mxc:// uri_>",
7979
help_text="Set an avatar for a ghost user.",
8080
)
8181
async def set_ghost_avatar(evt: CommandEvent) -> EventID | None:

0 commit comments

Comments
 (0)