Skip to content

Commit 6ee4e4b

Browse files
committed
update make generate comment
1 parent 794815e commit 6ee4e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
pip install navv
1717

1818
# target: generate - Generate analysis excel sheet
19-
# Optionally set PCAP_PATH to a pcap file
19+
# optionally set PCAP_PATH to a relative pcap file path
2020
# example: make generate PCAP_PATH=test-path/to/file.pcap
2121
generate:
2222
navv generate -o analysis -z test-data/logs test-customer $(if $(PCAP_PATH), -p $(PCAP_PATH))

0 commit comments

Comments
 (0)