]> git.nbdom.net Git - nb.git/commitdiff
www/dbq/dbq.php
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 26 Aug 2024 21:46:49 +0000 (23:46 +0200)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 26 Aug 2024 21:46:49 +0000 (23:46 +0200)
www/dbq/dbq.php

index b10b76d777d8a76cffa8042c3a1a0bc516b2347b..1e2eaf5e664e70640fab2ef6c4623f56b9ed1300 100644 (file)
@@ -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' ],