From 99087a9640ea805cf83004b4c95e9bc6ad0cd0f7 Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Sat, 19 Jun 2021 18:28:42 -0400 Subject: [PATCH] Explain -w flag in the context of cache dir control --- docs/FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index fcd3ce6..027f51b 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -404,7 +404,8 @@ these captures, you can safely delete the directory. Termshark v2.3 and above pr If this setting is active and not -1, shortly after startup, termshark will check the directory and if it is too large, delete files, oldest first, to bring its size within the configured limit. -Termshark v2.3 and above will also let you choose, prior to exiting, whether or not you want to keep the pcap of the current live capture. +Termshark v2.3 and above will also let you choose, prior to exiting, whether or not you want to keep the pcap of the current live capture. You can +also invoke termshark with the `-w` flag to choose where the live capture pcap is written. ## How much memory does termshark use?