bridge_between_zulips: Add explanation of --stream to README.md.

This commit is contained in:
rht 2020-03-13 23:05:01 -04:00 committed by Tim Abbott
parent 6dd52439bf
commit ceda54b50c
2 changed files with 9 additions and 2 deletions

View file

@ -63,8 +63,10 @@ if __name__ == "__main__":
Relay each message received at a specified subject in a specified stream from
the first realm to a specified subject in a specified stream in the second realm.
If the --stream flag is added, then the tunnel granularity becomes
stream-wide. All subjects are mirrored as-is without translation.
If the --stream flag is added, then the mirroring
granularity becomes stream-wide. Instead of one subject,
all subjects within the stream are mirrored as-is without
translation.
"""
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))