summaryrefslogtreecommitdiff
path: root/dist/api_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'dist/api_data.py')
-rw-r--r--dist/api_data.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index e92db02c6e6..8e42ba72b88 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -532,11 +532,10 @@ methods = {
Config('dump', '', r'''
configure the cursor for dump format inputs and outputs: "hex"
selects a simple hexadecimal format, "json" selects a JSON format
- with each record formats as fields named by column names if
+ with each record formatted as fields named by column names if
available, and "print" selects a format where only non-printing
- characters are hexadecimal encoded, and "json" produces a JSON
- encoding of the data. The "hex" and "print" dump format are
- compatible with the @ref util_dump and @ref util_load commands''',
+ characters are hexadecimal encoded. These formats are compatible
+ with the @ref util_dump and @ref util_load commands''',
choices=['hex', 'json', 'print']),
Config('next_random', 'false', r'''
configure the cursor to return a pseudo-random record from