mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 02:27:55 +08:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user