Document the use of --ch-index along with --reply a little

This commit is contained in:
Ian McEwen
2026-05-31 12:43:38 -07:00
parent c8b1b8ea6f
commit c7f43b3100

View File

@@ -1889,7 +1889,10 @@ def addRemoteActionArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentPar
)
group.add_argument(
"--reply", help="Reply to received messages", action="store_true"
"--reply",
help="Reply to received messages on the channel they were received. "
"If '--ch-index' is set, only messages on that channel are replied to.",
action="store_true",
)
return parser