*shark: Update help and manpage for name resolving
[metze/wireshark/wip.git] / test / suite_clopts.py
index 194abc8473d59b18c2b5c6faef7e7c21a1aac0b2..02cfd97f68422f68b862e3faf457a89ee8f63284 100644 (file)
@@ -153,8 +153,8 @@ class case_tshark_name_resolution_clopts(subprocesstest.SubprocessTestCase):
     def test_tshark_valid_name_resolution(self):
         if not config.canCapture():
             self.skipTest('Test requires capture privileges and an interface.')
-        # $TSHARK -N mntC -a duration:1 > ./testout.txt 2>&1
-        self.assertRun((config.cmd_tshark, '-N', 'mntC', '-a', 'duration: 1'))
+        # $TSHARK -N mnNtdv -a duration:1 > ./testout.txt 2>&1
+        self.assertRun((config.cmd_tshark, '-N', 'mnNtdv', '-a', 'duration: 1'))
 
     # XXX Add invalid name resolution.