mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +08:00
Removed <> from man synopsis
This commit is contained in:
@@ -2,16 +2,16 @@ NAME
|
||||
mdb-prop - Get properties list from MDB database
|
||||
|
||||
SYNOPSIS
|
||||
mdb-prop <database> <name> [<prop col>]
|
||||
mdb-prop database name [propcol]
|
||||
|
||||
DESCRIPTION
|
||||
mdb-prop is a utility program distributed with MDB Tools.
|
||||
|
||||
Print a properties list from an MDB database.
|
||||
|
||||
<name> is the name of the table, querry, or other object.
|
||||
name is the name of the table, querry, or other object.
|
||||
|
||||
<prop col> is the name of the system table MSysObjects' column containing properties. It defaults to LvProp.
|
||||
propcol is the name of the system table MSysObjects' column containing properties. It defaults to LvProp.
|
||||
|
||||
ENVIRONMENT
|
||||
MDB_JET3_CHARSET Defines the charset of the input JET3 (access 97) file. Default is CP1252. See iconv(1).
|
||||
|
||||
Reference in New Issue
Block a user