Update README with changes to struct names
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
7633c14bd5
commit
3bb469d558
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
@ -73,8 +73,8 @@ The following options are read-only, having ONLY alpm_option_get_* functions:
|
||||||
|
|
||||||
* lockfile: The file used for locking the database
|
* lockfile: The file used for locking the database
|
||||||
(Default: <dbpath>/db.lck)
|
(Default: <dbpath>/db.lck)
|
||||||
* localdb: A pmdb_t structure for the local (installed) database
|
* localdb: A alpm_db_t structure for the local (installed) database
|
||||||
* syncdbs: A list of pmdb_t structures to which pacman can sync from.
|
* syncdbs: A list of alpm_db_t structures to which pacman can sync from.
|
||||||
|
|
||||||
The following options are write-only, having ONLY alpm_option_set_* functions:
|
The following options are write-only, having ONLY alpm_option_set_* functions:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue