Skip to content

Commit

Permalink
clarify --verify help text
Browse files Browse the repository at this point in the history
Refer the user to --manual instead of --help, since that's where the
detailed instructions for --verify can be found.
  • Loading branch information
barath committed Jan 11, 2023
1 parent f1d4d3f commit 7ded820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_commander/matrix_commander.py
Original file line number Diff line number Diff line change
Expand Up @@ -5611,7 +5611,7 @@ async def action_verify() -> None:
f"{PROG_WITHOUT_EXT} is ready and waiting for the other party to "
"initiate an emoji verification with us by selecting "
"'Verify by Emoji' "
"in their Matrix client. Read --verify instructions in --help "
"in their Matrix client. Read --verify instructions in --manual "
"carefully to assist you in how to do this quickly.",
file=sys.stdout,
flush=True,
Expand Down

0 comments on commit 7ded820

Please sign in to comment.