index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2006-10-21 01:27:35 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-10-21 01:27:35 +0000 |
commit | 1568fd98d882add6c91255b331592691f399bd3f (patch) | |
tree | 0af5de033e21567b68e2935ae58108cb096086e0 /lib/libalpm/alpm.c | |
parent | ca2544dbc2a88501a5f1a4d94c81e5fc1da716d1 (diff) |
-rw-r--r-- | lib/libalpm/alpm.c | 2 |
diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index 9702ad95..5868ddfe 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -302,7 +302,7 @@ int alpm_db_setserver(pmdb_t *db, char *url) } /** Update a package database - * @param level if true, then forces the update, otherwise update only in case + * @param force if true, then forces the update, otherwise update only in case * @param db pointer to the package database to update * @return 0 on success, > 0 on error (pm_errno is set accordingly), < 0 if up * to date |