Man page and usage updates

* MDBOPTS=no_memo is not used anywhere; mark deprecated and print a
  warning if enabled

* Mark MDBOPTS=use_index as experimental in the man pages

* MDBOPTS need to be colon separated

* Document new long forms of mdb-queries options
This commit is contained in:
Evan Miller
2021-01-19 16:27:36 -05:00
parent 0aa88f85d5
commit 8c91654426
16 changed files with 49 additions and 47 deletions

View File

@@ -13,9 +13,7 @@ DESCRIPTION
ENVIRONMENT
MDB_JET3_CHARSET Defines the charset of the input JET3 (access 97) file. Default is CP1252. See iconv(1).
MDBICONV Defines the output charset. Default is UTF-8. mdbtools must have been compiled with iconv.
MDBOPTS semi-column separated list of options:
* use_index
* no_memo
MDBOPTS Colon-separated list of options:
* debug_like
* debug_write
* debug_usage
@@ -23,6 +21,8 @@ ENVIRONMENT
* debug_row
* debug_props
* debug_all is a shortcut for all debug_* options
* no_memo (deprecated; has no effect)
* use_index (experimental; requires libmswstr)
FUTURE DIRECTIONS
mdb-array is deprecated. Soon, it will no longer be distributed.