This commit is contained in:
Doug Burks
2021-08-05 07:34:07 -04:00
committed by GitHub
parent 40fa549353
commit 771688a70f

View File

@@ -31,7 +31,7 @@ if [[ $# -lt 1 ]]; then
echo "Usage: $0 <pcap-sample(s)>" echo "Usage: $0 <pcap-sample(s)>"
echo echo
echo "All PCAPs must be placed in the /opt/so/samples directory unless replaying" echo "All PCAPs must be placed in the /opt/so/samples directory unless replaying"
echo "a sample pcap that is included in the so-tcpreplay image. Those PCAP sampes" echo "a sample pcap that is included in the so-tcpreplay image. Those PCAP samples"
echo "are located in the /opt/samples directory inside of the image." echo "are located in the /opt/samples directory inside of the image."
echo echo
echo "Customer provided PCAP example:" echo "Customer provided PCAP example:"