1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-18 06:04:06 +03:00

traffic_replay: fix typo in message string

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
Joe Guo 2018-04-18 15:40:18 +12:00 committed by Andrew Bartlett
parent 5ed1682905
commit 4e37336632

View File

@ -37,7 +37,7 @@ def print_err(*args, **kwargs):
def main():
desc = ("Generates network traffic 'conversations' based on <summary-file>"
" (which should the output file produced by either traffic_learner"
" (which should be the output file produced by either traffic_learner"
" or traffic_summary.pl). This traffic is sent to <dns-hostname>,"
" which is the full DNS hostname of the DC being tested.")