mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +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.
|
||||
|
@@ -16,9 +16,7 @@ NOTES
|
||||
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
|
||||
@@ -26,6 +24,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)
|
||||
|
||||
HISTORY
|
||||
mdb-count first appeared in MDB Tools 0.9.
|
||||
|
@@ -36,9 +36,7 @@ NOTES
|
||||
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 to use for the SQL file. 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
|
||||
@@ -46,6 +44,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-header(1) mdb-hexdump(1)
|
||||
|
@@ -15,9 +15,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
|
||||
@@ -25,6 +23,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)
|
||||
|
||||
EXIT STATUS
|
||||
mdb-header exits with error code 1 if there was anunsupported type.
|
||||
|
@@ -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)
|
||||
|
@@ -19,9 +19,7 @@ NOTES
|
||||
ENVIRONMENT
|
||||
MDB_JET3_CHARSET Defines the charset of the JET3 (access 97) file. Default is CP1252. See iconv(1).
|
||||
MDBICONV Defines the input charset to use for the SQL file. 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
|
||||
@@ -29,6 +27,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) mdb-hexdump(1)
|
||||
|
@@ -20,9 +20,7 @@ NOTES
|
||||
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 to use for the SQL file. 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
|
||||
@@ -30,6 +28,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) mdb-hexdump(1)
|
||||
|
@@ -20,9 +20,7 @@ NOTES
|
||||
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 to use for the SQL file. 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
|
||||
@@ -30,6 +28,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-parsecsv is deprecated. Soon, it will no longer be distributed.
|
||||
|
@@ -16,9 +16,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
|
||||
@@ -26,6 +24,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) mdb-hexdump(1)
|
||||
|
@@ -11,18 +11,16 @@ DESCRIPTION
|
||||
It produces a list of queries in the database, and dump the SQL associated with a specific query.
|
||||
|
||||
OPTIONS
|
||||
-L List queries in the database (default if no query name is passed)
|
||||
-1 Use newline as the delimiter (used in conjunction with listing)
|
||||
-d delim Specify delimiter to use
|
||||
-L, --list List queries in the database (default if no query name is passed)
|
||||
-1, --newline Use newline as the delimiter (used in conjunction with listing)
|
||||
-d, --delimiter delim Specify delimiter to use
|
||||
|
||||
NOTES
|
||||
|
||||
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
|
||||
@@ -30,6 +28,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)
|
||||
|
||||
HISTORY
|
||||
mdb-queries first appeared in MDB Tools 0.9.
|
||||
|
@@ -33,9 +33,7 @@ OPTIONS
|
||||
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 to use for the SQL file. 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
|
||||
@@ -43,6 +41,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)
|
||||
|
||||
NOTES
|
||||
|
||||
|
@@ -60,9 +60,7 @@ NOTES
|
||||
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
|
||||
@@ -70,6 +68,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)
|
||||
|
||||
HISTORY
|
||||
mdb-sql first appeared in MDB Tools 0.3.
|
||||
|
@@ -22,9 +22,7 @@ NOTES
|
||||
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
|
||||
@@ -32,6 +30,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)
|
||||
|
||||
HISTORY
|
||||
mdb-tables first appeared in MDB Tools 0.3.
|
||||
|
@@ -21,9 +21,7 @@ NOTES
|
||||
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
|
||||
@@ -31,6 +29,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)
|
||||
|
||||
HISTORY
|
||||
mdb-ver first appeared in MDB Tools 0.4.
|
||||
|
Reference in New Issue
Block a user