Add --version option to the CLI tools

See #232
This commit is contained in:
Evan Miller
2021-01-19 20:37:25 -05:00
parent 9e85bc4153
commit f99c5539e7
19 changed files with 159 additions and 37 deletions

View File

@@ -3,6 +3,7 @@ NAME
SYNOPSIS
mdb-prop database name [propcol]
mdb-prop --version
DESCRIPTION
mdb-prop is a utility program distributed with MDB Tools.
@@ -13,6 +14,9 @@ DESCRIPTION
propcol is the name of the system table MSysObjects' column containing properties. It defaults to LvProp.
OPTIONS
--version Print the mdbtools version and exit.
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.