Skip to content

Commit

Permalink
Correct word order in --sync description
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Loison committed Aug 1, 2023
1 parent 026450f commit 8d9ecf4
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 @@ -6701,7 +6701,7 @@ def initial_check_of_args() -> None: # noqa: C901
)
elif (gs.pa.sync is not None) and not (gs.send_action):
t = (
"Only if a send action is provided is it meaningful to specify "
"Only if a send action is provided it is meaningful to specify "
"--sync. Remove --sync or add a send action. "
"Adjust your arguments accordingly."
)
Expand Down

0 comments on commit 8d9ecf4

Please sign in to comment.