aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-05-05 15:40:02 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2017-05-05 13:40:49 +0000
commit58a00264543c127abbe1395c01de29b04e0a4edc (patch)
treecf144c2fc9d897c0436209f69b43917239d2fa48 /doc
parente3d284f6a89b2a04f378d0125cf7a75ec35b76de (diff)
extcap: Update example help text
Change-Id: I1240af78664d6066650be67b95f0423a5353c711 Reviewed-on: https://code.wireshark.org/review/21508 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/extcap_example.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/extcap_example.py b/doc/extcap_example.py
index 10c294d940..27b9538479 100755
--- a/doc/extcap_example.py
+++ b/doc/extcap_example.py
@@ -415,8 +415,8 @@ if __name__ == '__main__':
parser.add_argument("--extcap-config", help="Provide a list of configurations for the given interface", action="store_true")
parser.add_argument("--extcap-capture-filter", help="Used together with capture to provide a capture filter")
parser.add_argument("--fifo", help="Use together with capture to provide the fifo to dump data to")
- parser.add_argument("--extcap-control-in", help="Use together with capture to provide the fifo to dump data to")
- parser.add_argument("--extcap-control-out", help="Use together with capture to provide the fifo to dump data to")
+ parser.add_argument("--extcap-control-in", help="Used to get control messages from toolbar")
+ parser.add_argument("--extcap-control-out", help="Used to send control messages to toolbar")
# Interface Arguments
parser.add_argument("--verify", help="Demonstrates a verification bool flag", action="store_true" )