xbps-bin(8): renamed autoupdate target to dist-upgrade.

This commit is contained in:
Juan RP
2012-05-08 09:54:06 +02:00
parent 28767f2ea8
commit 758cd4fd11
5 changed files with 17 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ struct list_pkgver_cb {
int install_new_pkg(const char *, bool);
int update_pkg(const char *);
int remove_pkg(const char *, bool);
int autoupdate_pkgs(bool, bool, bool);
int dist_upgrade(bool, bool, bool);
int autoremove_pkgs(bool, bool);
int exec_transaction(bool, bool, bool);