From 9af6ceec20c0cd6f53c7003f28443120fb0a253b Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Mon, 13 Apr 2020 22:31:18 +0200 Subject: [PATCH] docbook: clarify the use of extcap FILESELECT/MUSTEXIST. Change-Id: I0295419a3eb0faf99f1696d7e3ac08e4af44b8cb Reviewed-on: https://code.wireshark.org/review/36834 Reviewed-by: Anders Broman --- docbook/wsdg_src/WSDG_chapter_capture.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docbook/wsdg_src/WSDG_chapter_capture.adoc b/docbook/wsdg_src/WSDG_chapter_capture.adoc index 01a4eea849..d576a31604 100644 --- a/docbook/wsdg_src/WSDG_chapter_capture.adoc +++ b/docbook/wsdg_src/WSDG_chapter_capture.adoc @@ -270,7 +270,7 @@ BOOLEAN, BOOLFLAG:: This provides the possibility to set a true/false value. BOO arg {number=2}{call=--verify}{display=Verify}{tooltip=Verify package content}{type=boolflag} ---- - FILESELECT:: Let the user provide a filepath to the capture. If MUSTEXIST is being provided, the GUI checks if the file exists. +FILESELECT:: Let the user provide a filepath. If MUSTEXIST=true is being provided, the GUI gives the user a dialog for selecting a file. When MUSTEXIST=false is used, the GUI gives the user a file dialog for saving a file. + [source,python] ----