Skip to content

Commit 6fdef62

Browse files
authored
Merge pull request #113 from CESNET/doc-fix-example
Update README.md
2 parents 20bb951 + b6fbf17 commit 6fdef62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ Here are the examples of various plugins usage:
150150
# DPDK EAL parameters are passed in `e, eal` parameters
151151
# DPDK plugin configuration has to be specified in the first input interface.
152152
# The following `dpdk` interfaces are given without parameters; their configuration is inherited from the first one.
153-
# Example for the queue of 3 DPDK input plugins (`q=3`):
154-
`./ipfixprobe -i "dpdk;p=0,q=3,e=-c 0x1 -a <[domain:]bus:devid.func>" -i dpdk -i dpdk -p http "-p" bstats -p tls -o "ipfix;h=127.0.0.1"`
153+
# Example for the queue of 3 DPDK input plugins (q=3):
154+
`./ipfixprobe -i "dpdk;p=0;q=3;e=-c 0x1 -a <[domain:]bus:devid.func>" -i dpdk -i dpdk -p http "-p" bstats -p tls -o "ipfix;h=127.0.0.1"`
155155
```
156156

157157
## Extension

0 commit comments

Comments
 (0)