mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 08:35:06 -04:00
* pacman.c: Add CacheDir to -v --verbose output.
This commit is contained in:
parent
941c23025c
commit
40855b48fe
@ -510,9 +510,10 @@ int main(int argc, char *argv[])
|
||||
alpm_option_set_dlcb(log_progress);
|
||||
|
||||
if(config->verbose > 0) {
|
||||
printf("Root : %s\n", alpm_option_get_root());
|
||||
printf("DBPath: %s\n", alpm_option_get_dbpath());
|
||||
list_display(_("Targets:"), pm_targets);
|
||||
printf("Root : %s\n", alpm_option_get_root());
|
||||
printf("DBPath : %s\n", alpm_option_get_dbpath());
|
||||
printf("CacheDir : %s\n", alpm_option_get_cachedir());
|
||||
list_display(_("Targets :"), pm_targets);
|
||||
}
|
||||
|
||||
/* Opening local database */
|
||||
|
Loading…
Reference in New Issue
Block a user