From: Nicolas Boisselier Date: Mon, 26 Aug 2024 21:46:49 +0000 (+0200) Subject: www/dbq/dbq.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=f144f5dd4f77aafb8fd67038c2cd2a4995078636;p=nb.git www/dbq/dbq.php --- 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' ],