diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-08-15 17:56:56 +1000 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-08-15 17:56:56 +1000 |
commit | edb9f07a710ad8b7581c56726bc3fc4b7d611e1a (patch) | |
tree | bac61542c980615262b1ce20d0c3a762407a842b /dist | |
parent | 1a58da9c2069b5570adb8e6c381698fe144ddab4 (diff) | |
download | mongo-edb9f07a710ad8b7581c56726bc3fc4b7d611e1a.tar.gz |
Fix links on the "command line utility" page.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/api_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/api_data.py b/dist/api_data.py index 2d14d133e66..c4edb59afb2 100644 --- a/dist/api_data.py +++ b/dist/api_data.py @@ -275,7 +275,7 @@ methods = { "hex" selects a simple hexadecimal format, "print" selects a format where only non-printing characters are hexadecimal encoded. The cursor dump format is compatible - with the @ref utility_dump and @ref utility_load commands''', + with the @ref util_dump and @ref util_load commands''', choices=['hex', 'print']), Config('next_random', 'false', r''' configure the cursor to return a pseudo-random record from |