]> git.proxmox.com Git - ovs.git/commitdiff
ovs-ofctl: Fix typo in comment.
authorBen Pfaff <blp@ovn.org>
Sat, 27 Jan 2018 17:18:41 +0000 (09:18 -0800)
committerBen Pfaff <blp@ovn.org>
Sat, 27 Jan 2018 17:18:41 +0000 (09:18 -0800)
Signed-off-by: Ben Pfaff <blp@ovn.org>
utilities/ovs-ofctl.c

index 94bd9abd6dc1d52f82c1c489d6986705d70a01fa..3239d6fcb018e5abbda0a627d71b883e5390e94a 100644 (file)
@@ -4502,8 +4502,8 @@ ofctl_parse_key_value(struct ovs_cmdl_context *ctx)
  * packet matches the original FLOW.
  *
  * With --pcap, prints the packet to stdout instead as a pcap file, so that you
- * can do something like "ovs-ofctl compose-packet udp | tcpdump -vvvv -r-" to
- * use another tool to dump the packet contents.
+ * can do something like "ovs-ofctl --pcap compose-packet udp | tcpdump -vvvv
+ * -r-" to use another tool to dump the packet contents.
  *
  * If L7 is specified, draws the L7 payload data from it, otherwise defaults to
  * 64 bytes of payload. */