Skip to content

Commit 20acdce

Browse files
Merge pull request #252950 from ManoharLakkoju-MSFT/patch-77
(AzureCXP) fixes MicrosoftDocs/azure-docs#115220
2 parents 09a0a20 + 8592034 commit 20acdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/connect-cef-ama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ This example collects events for:
369369
1. To capture messages sent from a logger or a connected device, run this command in the background:
370370
371371
```
372-
tcpdump -i any port 514 -A vv &
372+
tcpdump -i any port 514 -A -vv &
373373
```
374374
1. After you complete the validation, we recommend that you stop the `tcpdump`: Type `fg` and then select <kbd>Ctrl</kbd>+<kbd>C</kbd>.
375375
1. To send demo messages, do one of the following:

0 commit comments

Comments
 (0)