From f144f5dd4f77aafb8fd67038c2cd2a4995078636 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 26 Aug 2024 23:46:49 +0200 Subject: [PATCH] www/dbq/dbq.php --- www/dbq/dbq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index b10b76d7..1e2eaf5e 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -1404,7 +1404,7 @@ EOF; [ 'help', 'Table help' ], [ 'ls', 'List records [fields]' ], [ 'fields', 'List fields [max,maxlen]' ], - [ 'vi', 'View record' ], + [ 'vi', 'View record (formats='.join(', ',array_keys($this->db->out->types())).')' ], [ 'insert', 'Insert record' ], [ 'update', 'Update record' ], [ 'replace', 'Replace record' ], -- 2.47.3