aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2023-02-07 20:26:22 +0100
committerJohn Thacker <johnthacker@gmail.com>2023-02-08 20:12:27 +0000
commit864e8f1f5fa8cc58973165fb38c95536f67e6b66 (patch)
treef03ee38ca9256c11e2b15f912223c1f8bd8a8041 /doc
parent2a9e59f4cf75ea02e7ec842eace00c32bc99c058 (diff)
Man: Update extcap argument type documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/extcap.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/extcap.adoc b/doc/extcap.adoc
index 0874dab6c4..511a59cc48 100644
--- a/doc/extcap.adoc
+++ b/doc/extcap.adoc
@@ -69,10 +69,12 @@ Argument type for UI filtering for raw, or UI type for selector:
integer
unsigned
long (may include scientific / special notation)
- float
+ double
+ string (display a textbox)
selector (display selector table, all values as strings)
editselector (selector table which can be overridden, all values as strings)
boolean (display checkbox)
+ booleanflag (display checkbox)
radio (display group of radio buttons with provided values, all values as strings)
fileselect (display a dialog to select a file from the filesystem, value as string)
multicheck (display a textbox for selecting multiple options, values as strings)