mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Removed <> from man synopsis
This commit is contained in:
parent
ef08e815a1
commit
9ee1335940
@ -2,7 +2,7 @@ NAME
|
||||
gmdb2 - GNOME UI for MDB Tools
|
||||
|
||||
SYNOPSIS
|
||||
gmdb2 [<database>]
|
||||
gmdb2 [database]
|
||||
|
||||
DESCRIPTION
|
||||
gmdb2 is a GNOME UI for MDB Tools.
|
||||
|
@ -2,7 +2,7 @@ NAME
|
||||
mdb-array - Export data in an MDB database table to a C array.
|
||||
|
||||
SYNOPSIS
|
||||
mdb-array <database> <table>
|
||||
mdb-array database table
|
||||
|
||||
DESCRIPTION
|
||||
mdb-array is a utility program distributed with MDB Tools.
|
||||
|
@ -2,7 +2,7 @@ NAME
|
||||
mdb-export - Export data in an MDB database table to CSV format.
|
||||
|
||||
SYNOPSIS
|
||||
mdb-export [-H] [-d <delimiter>] [-R <row delim>] [[-Q] || [-q <quote> [-X <escape>]]] [-I] [-D <format>] <database> <table>
|
||||
mdb-export [-H] [-d delimiter] [-R row_delim] [[-Q] | [-q quote [-X escape]]] [-I] [-D format] database table
|
||||
|
||||
DESCRIPTION
|
||||
mdb-export is a utility program distributed with MDB Tools.
|
||||
|
@ -2,7 +2,7 @@ NAME
|
||||
mdb-header - Write header file from an MDB database
|
||||
|
||||
SYNOPSIS
|
||||
mdb-header [<database>]
|
||||
mdb-header [database]
|
||||
|
||||
DESCRIPTION
|
||||
mdb-header is a utility program distributed with MDB Tools.
|
||||
|
@ -2,7 +2,7 @@ NAME
|
||||
mdb-hexdump - Hexdump utility from MDB Tools
|
||||
|
||||
SYNOPSIS
|
||||
mdb-hexdump <file> [<page number>]
|
||||
mdb-hexdump file [pagenumber]
|
||||
|
||||
DESCRIPTION
|
||||
mdb-hexdump is a utility program distributed with MDB Tools.
|
||||
|
@ -2,7 +2,7 @@ NAME
|
||||
mdb-parsecsv - Convert CSV table dump into C file.
|
||||
|
||||
SYNOPSIS
|
||||
mdb-parsecsv <file>
|
||||
mdb-parsecsv file
|
||||
|
||||
DESCRIPTION
|
||||
mdb-parsecsv is a utility program distributed with MDB Tools.
|
||||
|
@ -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).
|
||||
|
@ -2,7 +2,7 @@ NAME
|
||||
mdb-schema - Generate schema creation DDL
|
||||
|
||||
SYNOPSIS
|
||||
mdb-schema [options] <database> [<backend>]
|
||||
mdb-schema [options] database [backend]
|
||||
|
||||
DESCRIPTION
|
||||
mdb-schema is a utility program distributed with MDB Tools.
|
||||
|
@ -2,7 +2,7 @@ NAME
|
||||
mdb-sql - SQL interface to MDB Tools
|
||||
|
||||
SYNOPSIS
|
||||
mdb-sql [-HFp] [-d <delimiter>] [-i <file>] [-o <file>] [<database>]
|
||||
mdb-sql [-HFp] [-d delimiter] [-i file] [-o file] [database]
|
||||
|
||||
DESCRIPTION
|
||||
mdb-sql is a utility program distributed with MDB Tools.
|
||||
|
@ -2,7 +2,7 @@ NAME
|
||||
mdb-tables - Get listing of tables in an MDB database
|
||||
|
||||
SYNOPSIS
|
||||
mdb-tables [-S] [-1 | -d<delimiter>] <database>
|
||||
mdb-tables [-S] [-1 | -d delimiter] database
|
||||
|
||||
DESCRIPTION
|
||||
mdb-tables is a utility program distributed with MDB Tools.
|
||||
|
@ -2,7 +2,7 @@ NAME
|
||||
mdb-ver - Return the format of a given MDB database.
|
||||
|
||||
SYNOPSIS
|
||||
mdb-ver <database>
|
||||
mdb-ver [-M] database
|
||||
|
||||
DESCRIPTION
|
||||
mdb-ver is a utility program distributed with MDB Tools.
|
||||
|
Loading…
Reference in New Issue
Block a user