mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-12-19 10:47:54 +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:
@@ -12,9 +12,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
|
||||
@@ -22,6 +20,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)
|
||||
|
||||
SEE ALSO
|
||||
mdb-array(1) mdb-count(1) mdb-export(1) mdb-header(1)
|
||||
|
||||
Reference in New Issue
Block a user